Uses of Interface
net.minecraft.util.JsonSerializing.ElementSerializer
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of JsonSerializing.ElementSerializer in net.minecraft.loot.provider.nbt
-
Uses of JsonSerializing.ElementSerializer in net.minecraft.loot.provider.number
-
Uses of JsonSerializing.ElementSerializer in net.minecraft.loot.provider.score
-
Uses of JsonSerializing.ElementSerializer in net.minecraft.util
Modifier and TypeFieldDescriptionprivate final @Nullable com.mojang.datafixers.util.Pair<T,
JsonSerializing.ElementSerializer<? extends E>> JsonSerializing.GsonSerializer.elementSerializer
private @Nullable com.mojang.datafixers.util.Pair<T,
JsonSerializing.ElementSerializer<? extends E>> JsonSerializing.SerializerBuilder.elementSerializer
Modifier and TypeMethodDescriptionJsonSerializing.SerializerBuilder.elementSerializer
(T type, JsonSerializing.ElementSerializer<? extends E> serializer) Sets the element serializer and its target type.