Class ConstantValue.Serializer
java.lang.Object
net.minecraft.world.level.storage.loot.providers.number.ConstantValue.Serializer
- All Implemented Interfaces:
Serializer<ConstantValue>
- Enclosing class:
- ConstantValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(com.google.gson.JsonObject p_165725_, com.google.gson.JsonDeserializationContext p_165726_) void
serialize
(com.google.gson.JsonObject p_165717_, ConstantValue p_165718_, com.google.gson.JsonSerializationContext p_165719_)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
serialize
public void serialize(com.google.gson.JsonObject p_165717_, ConstantValue p_165718_, com.google.gson.JsonSerializationContext p_165719_) - Specified by:
serialize
in interfaceSerializer<ConstantValue>
-
deserialize
public ConstantValue deserialize(com.google.gson.JsonObject p_165725_, com.google.gson.JsonDeserializationContext p_165726_) - Specified by:
deserialize
in interfaceSerializer<ConstantValue>
-