Class ConstantLootNumberProvider.CustomSerializer
java.lang.Object
net.minecraft.loot.provider.number.ConstantLootNumberProvider.CustomSerializer
- All Implemented Interfaces:
JsonSerializing.ElementSerializer<ConstantLootNumberProvider>
- Enclosing class:
ConstantLootNumberProvider
public static class ConstantLootNumberProvider.CustomSerializer
extends Object
implements JsonSerializing.ElementSerializer<ConstantLootNumberProvider>
- Mappings:
Namespace Name official dye$aintermediary net/minecraft/class_44$class_5655named net/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_32450(ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext) method_32451(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_32450
public JsonElement method_32450(ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdye$a;a(Ldye;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;intermediary method_32450Lnet/minecraft/class_44$class_5655;method_32450(Lnet/minecraft/class_44;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;named method_32450Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer;method_32450(Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
-
method_32451
public ConstantLootNumberProvider method_32451(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdye$a;b(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Ldye;intermediary method_32451Lnet/minecraft/class_44$class_5655;method_32451(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_44;named method_32451Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer;method_32451(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;
-