Uses of Interface
net.minecraft.util.JsonSerializing.CustomSerializer
| Package | Description |
|---|---|
| net.minecraft.loot.provider.nbt | |
| net.minecraft.loot.provider.number | |
| net.minecraft.loot.provider.score | |
| net.minecraft.util |
-
Uses of JsonSerializing.CustomSerializer in net.minecraft.loot.provider.nbt
Classes in net.minecraft.loot.provider.nbt that implement JsonSerializing.CustomSerializer Modifier and Type Class Description static classContextLootNbtProvider.CustomSerializer -
Uses of JsonSerializing.CustomSerializer in net.minecraft.loot.provider.number
Classes in net.minecraft.loot.provider.number that implement JsonSerializing.CustomSerializer Modifier and Type Class Description static classConstantLootNumberProvider.CustomSerializer -
Uses of JsonSerializing.CustomSerializer in net.minecraft.loot.provider.score
Classes in net.minecraft.loot.provider.score that implement JsonSerializing.CustomSerializer Modifier and Type Class Description static classContextLootScoreProvider.CustomSerializer -
Uses of JsonSerializing.CustomSerializer in net.minecraft.util
Fields in net.minecraft.util with type parameters of type JsonSerializing.CustomSerializer Modifier and Type Field Description private @Nullable com.mojang.datafixers.util.Pair<T,JsonSerializing.CustomSerializer<? extends E>>JsonSerializing.TypeHandler. customSerializerprivate @Nullable com.mojang.datafixers.util.Pair<T,JsonSerializing.CustomSerializer<? extends E>>JsonSerializing.GsonSerializer. elementSerializerMethods in net.minecraft.util with parameters of type JsonSerializing.CustomSerializer Modifier and Type Method Description JsonSerializing.TypeHandler<E,T>JsonSerializing.TypeHandler. method_32385(T t, JsonSerializing.CustomSerializer<? extends E> customSerializer)Constructor parameters in net.minecraft.util with type arguments of type JsonSerializing.CustomSerializer Constructor Description GsonSerializer(Registry<T> registry, String rootFieldName, String idFieldName, Function<E,T> typeIdentification, T t, @Nullable com.mojang.datafixers.util.Pair<T,JsonSerializing.CustomSerializer<? extends E>> elementSerializer)