Package net.minecraft.loot.conditions
Class WeatherCheck.Serializer
- java.lang.Object
-
- net.minecraft.loot.conditions.WeatherCheck.Serializer
-
- All Implemented Interfaces:
ILootSerializer<WeatherCheck>
- Enclosing class:
- WeatherCheck
public static class WeatherCheck.Serializer extends java.lang.Object implements ILootSerializer<WeatherCheck>
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeatherCheck
deserialize(com.google.gson.JsonObject p_230423_1_, com.google.gson.JsonDeserializationContext p_230423_2_)
void
serialize(com.google.gson.JsonObject p_230424_1_, WeatherCheck p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
-
-
-
Method Detail
-
serialize
public void serialize(com.google.gson.JsonObject p_230424_1_, WeatherCheck p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
- Specified by:
serialize
in interfaceILootSerializer<WeatherCheck>
-
deserialize
public WeatherCheck deserialize(com.google.gson.JsonObject p_230423_1_, com.google.gson.JsonDeserializationContext p_230423_2_)
- Specified by:
deserialize
in interfaceILootSerializer<WeatherCheck>
-
-