Class BoundedIntUnaryOperator.Serializer

java.lang.Object
net.minecraft.loot.operator.BoundedIntUnaryOperator.Serializer
All Implemented Interfaces:
JsonDeserializer<BoundedIntUnaryOperator>, JsonSerializer<BoundedIntUnaryOperator>
Enclosing class:
BoundedIntUnaryOperator

public static class BoundedIntUnaryOperator.Serializer extends Object implements JsonDeserializer<BoundedIntUnaryOperator>, JsonSerializer<BoundedIntUnaryOperator>
Mappings:
Namespace Name
official dup$c
intermediary net/minecraft/class_42$class_62
named net/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • method_381

      public BoundedIntUnaryOperator method_381(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
      Mappings:
      Namespace Name Mixin selector
      official a Ldup$c;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldup;
      intermediary method_381 Lnet/minecraft/class_42$class_62;method_381(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_42;
      named method_381 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer;method_381(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
    • method_382

      public JsonElement method_382(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext)
      Mappings:
      Namespace Name Mixin selector
      official a Ldup$c;a(Ldup;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      intermediary method_382 Lnet/minecraft/class_42$class_62;method_382(Lnet/minecraft/class_42;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      named method_382 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer;method_382(Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;