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 edd$aintermediary net/minecraft/class_44$class_5655named net/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfromJson(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext) toJson(ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext)  
- 
Constructor Details
- 
CustomSerializer
public CustomSerializer() 
 - 
 - 
Method Details
- 
toJson
public JsonElement toJson(ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext) - Specified by:
 toJsonin interfaceJsonSerializing.ElementSerializer<ConstantLootNumberProvider>- Mappings:
 Namespace Name Mixin selector official aLedd$a;a(Ledd;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 toJsonLnet/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer;toJson(Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
 - 
fromJson
public ConstantLootNumberProvider fromJson(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext) - Specified by:
 fromJsonin interfaceJsonSerializing.ElementSerializer<ConstantLootNumberProvider>- Mappings:
 Namespace Name Mixin selector official bLedd$a;b(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Ledd;intermediary method_32451Lnet/minecraft/class_44$class_5655;method_32451(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_44;named fromJsonLnet/minecraft/loot/provider/number/ConstantLootNumberProvider$CustomSerializer;fromJson(Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;
 
 -