Package net.minecraft.loot.condition
Class MatchToolLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.MatchToolLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<MatchToolLootCondition>
- Enclosing class:
MatchToolLootCondition
public static class MatchToolLootCondition.Serializer
extends Object
implements JsonSerializer<MatchToolLootCondition>
- Mappings:
Namespace Name official dxs$aintermediary net/minecraft/class_223$class_224named net/minecraft/loot/condition/MatchToolLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_948(JsonObject jsonObject, MatchToolLootCondition matchToolLootCondition, JsonSerializationContext jsonSerializationContext) method_949(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_948
public void method_948(JsonObject jsonObject, MatchToolLootCondition matchToolLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxs$a;a(Lcom/google/gson/JsonObject;Ldxs;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_948Lnet/minecraft/class_223$class_224;method_948(Lcom/google/gson/JsonObject;Lnet/minecraft/class_223;Lcom/google/gson/JsonSerializationContext;)Vnamed method_948Lnet/minecraft/loot/condition/MatchToolLootCondition$Serializer;method_948(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/MatchToolLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_949
public MatchToolLootCondition method_949(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxs$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxs;intermediary method_949Lnet/minecraft/class_223$class_224;method_949(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_223;named method_949Lnet/minecraft/loot/condition/MatchToolLootCondition$Serializer;method_949(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/MatchToolLootCondition;
-