Package net.minecraft.loot.condition
Class ValueCheckLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.ValueCheckLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<ValueCheckLootCondition>
- Enclosing class:
ValueCheckLootCondition
public static class ValueCheckLootCondition.Serializer
extends Object
implements JsonSerializer<ValueCheckLootCondition>
- Mappings:
Namespace Name official dxu$aintermediary net/minecraft/class_5644$class_5645named net/minecraft/loot/condition/ValueCheckLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_32426(JsonObject jsonObject, ValueCheckLootCondition valueCheckLootCondition, JsonSerializationContext jsonSerializationContext) method_32427(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_32426
public void method_32426(JsonObject jsonObject, ValueCheckLootCondition valueCheckLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxu$a;a(Lcom/google/gson/JsonObject;Ldxu;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32426Lnet/minecraft/class_5644$class_5645;method_32426(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5644;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32426Lnet/minecraft/loot/condition/ValueCheckLootCondition$Serializer;method_32426(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/ValueCheckLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_32427
public ValueCheckLootCondition method_32427(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxu$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxu;intermediary method_32427Lnet/minecraft/class_5644$class_5645;method_32427(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5644;named method_32427Lnet/minecraft/loot/condition/ValueCheckLootCondition$Serializer;method_32427(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/ValueCheckLootCondition;
-