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$a
intermediary net/minecraft/class_221$class_222
named net/minecraft/loot/condition/KilledByPlayerLootCondition$Serializer
  • 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 a Ldxp$a;a(Lcom/google/gson/JsonObject;Ldxp;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_942 Lnet/minecraft/class_221$class_222;method_942(Lcom/google/gson/JsonObject;Lnet/minecraft/class_221;Lcom/google/gson/JsonSerializationContext;)V
      named method_942 Lnet/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 b Ldxp$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxp;
      intermediary method_943 Lnet/minecraft/class_221$class_222;method_943(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_221;
      named method_943 Lnet/minecraft/loot/condition/KilledByPlayerLootCondition$Serializer;method_943(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/KilledByPlayerLootCondition;