Uses of Class
net.minecraft.util.JsonSerializableType
Package
Description
-
Uses of JsonSerializableType in net.minecraft.loot.condition
-
Uses of JsonSerializableType in net.minecraft.loot.entry
-
Uses of JsonSerializableType in net.minecraft.loot.function
-
Uses of JsonSerializableType in net.minecraft.loot.provider.nbt
-
Uses of JsonSerializableType in net.minecraft.loot.provider.number
-
Uses of JsonSerializableType in net.minecraft.loot.provider.score
-
Uses of JsonSerializableType in net.minecraft.util
Modifier and TypeClassDescriptionprivate 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.Modifier and TypeFieldDescriptionprivate T
JsonSerializing.TypeHandler.field_28444
private T
JsonSerializing.GsonSerializer.field_28445
Modifier and TypeMethodDescriptionstatic <E, T extends JsonSerializableType<E>>
JsonSerializing.TypeHandler<E,T>JsonSerializing.createTypeHandler(Registry<T> registry, String rootFieldName, String idFieldName, Function<E,T> typeIdentification)