Uses of Class
net.minecraft.util.JsonSerializableType
-
Uses of JsonSerializableType in net.minecraft.loot.condition
Subclasses of JsonSerializableType in net.minecraft.loot.condition Modifier and Type Class Description classLootConditionType -
Uses of JsonSerializableType in net.minecraft.loot.entry
Subclasses of JsonSerializableType in net.minecraft.loot.entry Modifier and Type Class Description classLootPoolEntryType -
Uses of JsonSerializableType in net.minecraft.loot.function
Subclasses of JsonSerializableType in net.minecraft.loot.function Modifier and Type Class Description classLootFunctionType -
Uses of JsonSerializableType in net.minecraft.loot.provider.nbt
Subclasses of JsonSerializableType in net.minecraft.loot.provider.nbt Modifier and Type Class Description classLootNbtProviderType -
Uses of JsonSerializableType in net.minecraft.loot.provider.number
Subclasses of JsonSerializableType in net.minecraft.loot.provider.number Modifier and Type Class Description classLootNumberProviderType -
Uses of JsonSerializableType in net.minecraft.loot.provider.score
Subclasses of JsonSerializableType in net.minecraft.loot.provider.score Modifier and Type Class Description classLootScoreProviderType -
Uses of JsonSerializableType in net.minecraft.util
Classes in net.minecraft.util with type parameters of type JsonSerializableType Modifier and Type Class Description (package private) static classJsonSerializing.GsonSerializer<E,T extends JsonSerializableType<E>>static classJsonSerializing.TypeHandler<E,T extends JsonSerializableType<E>>A handler of JSON serializable types that can either obtain a type from a registry to handle JSON conversion or handle with a custom logic bound to a type.Fields in net.minecraft.util declared as JsonSerializableType Modifier and Type Field Description private TJsonSerializing.TypeHandler. field_28444private TJsonSerializing.GsonSerializer. field_28445Methods in net.minecraft.util with type parameters of type JsonSerializableType Modifier and Type Method Description static <E, T extends JsonSerializableType<E>>
JsonSerializing.TypeHandler<E,T>JsonSerializing. createTypeHandler(Registry<T> registry, String rootFieldName, String idFieldName, Function<E,T> typeIdentification)