Package net.minecraft.loot.provider.nbt
Class ContextLootNbtProvider.CustomSerializer
java.lang.Object
net.minecraft.loot.provider.nbt.ContextLootNbtProvider.CustomSerializer
- All Implemented Interfaces:
JsonSerializing.ElementSerializer<ContextLootNbtProvider>
- Enclosing class:
ContextLootNbtProvider
public static class ContextLootNbtProvider.CustomSerializer
extends Object
implements JsonSerializing.ElementSerializer<ContextLootNbtProvider>
- Mappings:
Namespace Name official dxx$bintermediary net/minecraft/class_5646$class_5647named net/minecraft/loot/provider/nbt/ContextLootNbtProvider$CustomSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_32432(ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) method_32433(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializing.ElementSerializer
fromJson, toJson
-
Constructor Details
-
CustomSerializer
public CustomSerializer()
-
-
Method Details
-
method_32432
public JsonElement method_32432(ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxx$b;a(Ldxx;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;intermediary method_32432Lnet/minecraft/class_5646$class_5647;method_32432(Lnet/minecraft/class_5646;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;named method_32432Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$CustomSerializer;method_32432(Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
-
method_32433
public ContextLootNbtProvider method_32433(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxx$b;b(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Ldxx;intermediary method_32433Lnet/minecraft/class_5646$class_5647;method_32433(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5646;named method_32433Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$CustomSerializer;method_32433(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;
-