Uses of Interface
net.minecraft.util.JsonSerializer
Packages that use JsonSerializer
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of JsonSerializer in net.minecraft.loot.condition
Classes in net.minecraft.loot.condition that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in net.minecraft.loot.condition with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootConditionType
LootConditionTypes.register
(String id, JsonSerializer<? extends LootCondition> serializer) Constructors in net.minecraft.loot.condition with parameters of type JsonSerializerModifierConstructorDescriptionLootConditionType
(JsonSerializer<? extends LootCondition> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
static class
static class
LeafEntry.Serializer<T extends LeafEntry>
static class
LootPoolEntry.Serializer<T extends LootPoolEntry>
static class
static class
Methods in net.minecraft.loot.entry with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootPoolEntryType
LootPoolEntryTypes.register
(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer) Constructors in net.minecraft.loot.entry with parameters of type JsonSerializerModifierConstructorDescriptionLootPoolEntryType
(JsonSerializer<? extends LootPoolEntry> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.loot.function
Classes in net.minecraft.loot.function that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in net.minecraft.loot.function with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootFunctionType
LootFunctionTypes.register
(String id, JsonSerializer<? extends LootFunction> jsonSerializer) Constructors in net.minecraft.loot.function with parameters of type JsonSerializerModifierConstructorDescriptionLootFunctionType
(JsonSerializer<? extends LootFunction> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.loot.provider.nbt
Classes in net.minecraft.loot.provider.nbt that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.loot.provider.nbt with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootNbtProviderType
LootNbtProviderTypes.register
(String id, JsonSerializer<? extends LootNbtProvider> jsonSerializer) Constructors in net.minecraft.loot.provider.nbt with parameters of type JsonSerializerModifierConstructorDescriptionLootNbtProviderType
(JsonSerializer<? extends LootNbtProvider> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.loot.provider.number
Classes in net.minecraft.loot.provider.number that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
static class
static class
Methods in net.minecraft.loot.provider.number with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootNumberProviderType
LootNumberProviderTypes.register
(String id, JsonSerializer<? extends LootNumberProvider> jsonSerializer) Constructors in net.minecraft.loot.provider.number with parameters of type JsonSerializerModifierConstructorDescriptionLootNumberProviderType
(JsonSerializer<? extends LootNumberProvider> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.loot.provider.score
Classes in net.minecraft.loot.provider.score that implement JsonSerializerModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.loot.provider.score with parameters of type JsonSerializerModifier and TypeMethodDescriptionprivate static LootScoreProviderType
LootScoreProviderTypes.register
(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer) Constructors in net.minecraft.loot.provider.score with parameters of type JsonSerializerModifierConstructorDescriptionLootScoreProviderType
(JsonSerializer<? extends LootScoreProvider> jsonSerializer) -
Uses of JsonSerializer in net.minecraft.util
Fields in net.minecraft.util declared as JsonSerializerModifier and TypeFieldDescriptionprivate final JsonSerializer<? extends T>
JsonSerializableType.jsonSerializer
Methods in net.minecraft.util that return JsonSerializerModifier and TypeMethodDescriptionJsonSerializer<? extends T>
JsonSerializableType.getJsonSerializer()
Constructors in net.minecraft.util with parameters of type JsonSerializer