Package net.minecraft.loot.provider.nbt
Class StorageLootNbtProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.nbt.StorageLootNbtProvider.Serializer
- All Implemented Interfaces:
JsonSerializer<StorageLootNbtProvider>
- Enclosing class:
StorageLootNbtProvider
public static class StorageLootNbtProvider.Serializer
extends Object
implements JsonSerializer<StorageLootNbtProvider>
- Mappings:
Namespace Name official dyb$aintermediary net/minecraft/class_5653$class_5654named net/minecraft/loot/provider/nbt/StorageLootNbtProvider$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32445(JsonObject jsonObject, StorageLootNbtProvider storageLootNbtProvider, JsonSerializationContext jsonSerializationContext) method_32446(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_32445
public void method_32445(JsonObject jsonObject, StorageLootNbtProvider storageLootNbtProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdyb$a;a(Lcom/google/gson/JsonObject;Ldyb;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32445Lnet/minecraft/class_5653$class_5654;method_32445(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5653;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32445Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider$Serializer;method_32445(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider;Lcom/google/gson/JsonSerializationContext;)V
-
method_32446
public StorageLootNbtProvider method_32446(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdyb$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldyb;intermediary method_32446Lnet/minecraft/class_5653$class_5654;method_32446(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5653;named method_32446Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider$Serializer;method_32446(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider;
-