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$b
intermediary net/minecraft/class_44$class_5656
named net/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer
  • 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 a Ldye$b;a(Lcom/google/gson/JsonObject;Ldye;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_32452 Lnet/minecraft/class_44$class_5656;method_32452(Lcom/google/gson/JsonObject;Lnet/minecraft/class_44;Lcom/google/gson/JsonSerializationContext;)V
      named method_32452 Lnet/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 b Ldye$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldye;
      intermediary method_32453 Lnet/minecraft/class_44$class_5656;method_32453(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_44;
      named method_32453 Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider$Serializer;method_32453(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;