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 - dzj$c- intermediary - net/minecraft/class_42$class_62- named - net/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext) 
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
deserializepublic BoundedIntUnaryOperator deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) - Specified by:
- deserializein interface- JsonDeserializer<BoundedIntUnaryOperator>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzj$c;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldzj;- 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 - deserialize- Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer;deserialize(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
 
- 
serializepublic JsonElement serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext) - Specified by:
- serializein interface- JsonSerializer<BoundedIntUnaryOperator>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzj$c;a(Ldzj;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 - serialize- Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Serializer;serialize(Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
 
 
-