Interface ConversionResult


  • @Immutable
    public interface ConversionResult
    A possible result of a conversion lookup.
    Since:
    2.0.0
    • Method Detail

      • description

        net.kyori.adventure.text.Component description()
        A short description of the data that will be converted.
        Returns:
        conversion description
        Since:
        2.0.0
      • store

        ProtoDataStore<?> store()
        The data store, configured based on the discovered environment but not yet initialized.
        Returns:
        convertible data store
        Since:
        2.0.0