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 class
LootConditionType
-
Uses of JsonSerializableType in net.minecraft.loot.entry
Subclasses of JsonSerializableType in net.minecraft.loot.entry Modifier and Type Class Description class
LootPoolEntryType
-
Uses of JsonSerializableType in net.minecraft.loot.function
Subclasses of JsonSerializableType in net.minecraft.loot.function Modifier and Type Class Description class
LootFunctionType
-
Uses of JsonSerializableType in net.minecraft.loot.provider.nbt
Subclasses of JsonSerializableType in net.minecraft.loot.provider.nbt Modifier and Type Class Description class
LootNbtProviderType
-
Uses of JsonSerializableType in net.minecraft.loot.provider.number
Subclasses of JsonSerializableType in net.minecraft.loot.provider.number Modifier and Type Class Description class
LootNumberProviderType
-
Uses of JsonSerializableType in net.minecraft.loot.provider.score
Subclasses of JsonSerializableType in net.minecraft.loot.provider.score Modifier and Type Class Description class
LootScoreProviderType
-
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 class
JsonSerializing.GsonSerializer<E,T extends JsonSerializableType<E>>
static class
JsonSerializing.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 T
JsonSerializing.TypeHandler. field_28444
private T
JsonSerializing.GsonSerializer. field_28445
Methods 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)