Uses of Interface
net.kyori.adventure.text.event.DataComponentValueConverterRegistry.Conversion
Packages that use DataComponentValueConverterRegistry.Conversion
Package
Description
Events that occur when players interact with components.
Internal classes for the Gson serializer.
-
Uses of DataComponentValueConverterRegistry.Conversion in net.kyori.adventure.text.event
Methods in net.kyori.adventure.text.event that return DataComponentValueConverterRegistry.ConversionModifier and TypeMethodDescriptionstatic <I1,O1> DataComponentValueConverterRegistry.Conversion <I1, O1> DataComponentValueConverterRegistry.Conversion.convert(Class<I1> src, Class<O1> dst, BiFunction<Key, I1, O1> op) Create a new conversion.Methods in net.kyori.adventure.text.event that return types with arguments of type DataComponentValueConverterRegistry.ConversionModifier and TypeMethodDescriptionDataComponentValueConverterRegistry.Provider.conversions()Return conversions available from this provider. -
Uses of DataComponentValueConverterRegistry.Conversion in net.kyori.adventure.text.serializer.gson.impl
Methods in net.kyori.adventure.text.serializer.gson.impl that return types with arguments of type DataComponentValueConverterRegistry.Conversion