Class ConstantLootNumberProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.number.ConstantLootNumberProvider.Serializer
- All Implemented Interfaces:
JsonSerializer<ConstantLootNumberProvider>
- Enclosing class:
ConstantLootNumberProvider
public static class ConstantLootNumberProvider.Serializer
extends Object
implements JsonSerializer<ConstantLootNumberProvider>
- Mappings:
Namespace Name official dye$bintermediary net/minecraft/class_44$class_5656named net/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32452(JsonObject jsonObject, ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext) method_32453(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_32452
public void method_32452(JsonObject jsonObject, ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdye$b;a(Lcom/google/gson/JsonObject;Ldye;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32452Lnet/minecraft/class_44$class_5656;method_32452(Lcom/google/gson/JsonObject;Lnet/minecraft/class_44;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32452Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer;method_32452(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;Lcom/google/gson/JsonSerializationContext;)V
-
method_32453
public ConstantLootNumberProvider method_32453(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdye$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldye;intermediary method_32453Lnet/minecraft/class_44$class_5656;method_32453(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_44;named method_32453Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer;method_32453(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;
-