Uses of Class
net.minecraft.util.JsonSerializableType
Packages that use JsonSerializableType
Package
Description
- 
Uses of JsonSerializableType in net.minecraft.loot.conditionSubclasses of JsonSerializableType in net.minecraft.loot.condition
- 
Uses of JsonSerializableType in net.minecraft.loot.entrySubclasses of JsonSerializableType in net.minecraft.loot.entry
- 
Uses of JsonSerializableType in net.minecraft.loot.functionSubclasses of JsonSerializableType in net.minecraft.loot.function
- 
Uses of JsonSerializableType in net.minecraft.loot.provider.nbtSubclasses of JsonSerializableType in net.minecraft.loot.provider.nbt
- 
Uses of JsonSerializableType in net.minecraft.loot.provider.numberSubclasses of JsonSerializableType in net.minecraft.loot.provider.number
- 
Uses of JsonSerializableType in net.minecraft.loot.provider.scoreSubclasses of JsonSerializableType in net.minecraft.loot.provider.score
- 
Uses of JsonSerializableType in net.minecraft.utilClasses in net.minecraft.util with type parameters of type JsonSerializableTypeModifier and TypeClassDescriptionprivate static classJsonSerializing.GsonSerializer<E,T extends JsonSerializableType<E>> static classJsonSerializing.SerializerBuilder<E,T extends JsonSerializableType<E>> A builder for serializing types to JSON 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 JsonSerializableTypeModifier and TypeFieldDescriptionprivate final TJsonSerializing.GsonSerializer.defaultTypeprivate TJsonSerializing.SerializerBuilder.defaultTypeMethods in net.minecraft.util with type parameters of type JsonSerializableTypeModifier and TypeMethodDescriptionstatic <E,T extends JsonSerializableType<E>> 
 JsonSerializing.SerializerBuilder<E,T> JsonSerializing.createSerializerBuilder(Registry<T> registry, String rootFieldName, String idFieldName, Function<E, T> typeGetter)