Package net.minecraft.loot.condition
Class WeatherCheckLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.WeatherCheckLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<WeatherCheckLootCondition>
- Enclosing class:
WeatherCheckLootCondition
public static class WeatherCheckLootCondition.Serializer
extends Object
implements JsonSerializer<WeatherCheckLootCondition>
- Mappings:
Namespace Name official dxv$bintermediary net/minecraft/class_227$class_228named net/minecraft/loot/condition/WeatherCheckLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_960(JsonObject jsonObject, WeatherCheckLootCondition weatherCheckLootCondition, JsonSerializationContext jsonSerializationContext) method_961(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_960
public void method_960(JsonObject jsonObject, WeatherCheckLootCondition weatherCheckLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxv$b;a(Lcom/google/gson/JsonObject;Ldxv;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_960Lnet/minecraft/class_227$class_228;method_960(Lcom/google/gson/JsonObject;Lnet/minecraft/class_227;Lcom/google/gson/JsonSerializationContext;)Vnamed method_960Lnet/minecraft/loot/condition/WeatherCheckLootCondition$Serializer;method_960(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/WeatherCheckLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_961
public WeatherCheckLootCondition method_961(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxv$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxv;intermediary method_961Lnet/minecraft/class_227$class_228;method_961(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_227;named method_961Lnet/minecraft/loot/condition/WeatherCheckLootCondition$Serializer;method_961(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/WeatherCheckLootCondition;
-