Package net.minecraft.loot.condition
Class KilledByPlayerLootCondition.Serializer
java.lang.Object
net.minecraft.loot.condition.KilledByPlayerLootCondition.Serializer
- All Implemented Interfaces:
JsonSerializer<KilledByPlayerLootCondition>
- Enclosing class:
KilledByPlayerLootCondition
public static class KilledByPlayerLootCondition.Serializer
extends Object
implements JsonSerializer<KilledByPlayerLootCondition>
- Mappings:
Namespace Name official dxp$aintermediary net/minecraft/class_221$class_222named net/minecraft/loot/condition/KilledByPlayerLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_942(JsonObject jsonObject, KilledByPlayerLootCondition killedByPlayerLootCondition, JsonSerializationContext jsonSerializationContext) method_943(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_942
public void method_942(JsonObject jsonObject, KilledByPlayerLootCondition killedByPlayerLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxp$a;a(Lcom/google/gson/JsonObject;Ldxp;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_942Lnet/minecraft/class_221$class_222;method_942(Lcom/google/gson/JsonObject;Lnet/minecraft/class_221;Lcom/google/gson/JsonSerializationContext;)Vnamed method_942Lnet/minecraft/loot/condition/KilledByPlayerLootCondition$Serializer;method_942(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/KilledByPlayerLootCondition;Lcom/google/gson/JsonSerializationContext;)V
-
method_943
public KilledByPlayerLootCondition method_943(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Mappings:
Namespace Name Mixin selector official bLdxp$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxp;intermediary method_943Lnet/minecraft/class_221$class_222;method_943(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_221;named method_943Lnet/minecraft/loot/condition/KilledByPlayerLootCondition$Serializer;method_943(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/KilledByPlayerLootCondition;
-