Package net.minecraft.loot.operator
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$cintermediary net/minecraft/class_42$class_62named net/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_381(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) method_382(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gson.JsonDeserializer
deserializeMethods inherited from interface com.google.gson.JsonSerializer
serialize
-
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 aLdup$c;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldup;intermediary method_381Lnet/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_381Lnet/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 aLdup$c;a(Ldup;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;intermediary method_382Lnet/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_382Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer;method_382(Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
-