Package net.minecraft.loot.provider.nbt
Class ContextLootNbtProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.nbt.ContextLootNbtProvider.Serializer
- All Implemented Interfaces:
JsonSerializer<ContextLootNbtProvider>
- Enclosing class:
ContextLootNbtProvider
public static class ContextLootNbtProvider.Serializer
extends Object
implements JsonSerializer<ContextLootNbtProvider>
- Mappings:
Namespace Name official dxx$cintermediary net/minecraft/class_5646$class_5649named net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32437(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) method_32438(JsonObject jsonObject, 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.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_32437
public void method_32437(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxx$c;a(Lcom/google/gson/JsonObject;Ldxx;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32437Lnet/minecraft/class_5646$class_5649;method_32437(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5646;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32437Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;method_32437(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;Lcom/google/gson/JsonSerializationContext;)V
-
method_32438
public ContextLootNbtProvider method_32438(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxx$c;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxx;intermediary method_32438Lnet/minecraft/class_5646$class_5649;method_32438(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5646;named method_32438Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;method_32438(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;
-