Class EntityPropertiesLootCondition.Serializer

java.lang.Object
net.minecraft.loot.condition.EntityPropertiesLootCondition.Serializer
All Implemented Interfaces:
JsonSerializer<EntityPropertiesLootCondition>
Enclosing class:
EntityPropertiesLootCondition

public static class EntityPropertiesLootCondition.Serializer extends Object implements JsonSerializer<EntityPropertiesLootCondition>
Mappings:
Namespace Name
official dxo$a
intermediary net/minecraft/class_215$class_216
named net/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • method_919

      public void method_919(JsonObject jsonObject, EntityPropertiesLootCondition entityPropertiesLootCondition, JsonSerializationContext jsonSerializationContext)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxo$a;a(Lcom/google/gson/JsonObject;Ldxo;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_919 Lnet/minecraft/class_215$class_216;method_919(Lcom/google/gson/JsonObject;Lnet/minecraft/class_215;Lcom/google/gson/JsonSerializationContext;)V
      named method_919 Lnet/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer;method_919(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;Lcom/google/gson/JsonSerializationContext;)V
    • method_920

      public EntityPropertiesLootCondition method_920(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
      Mappings:
      Namespace Name Mixin selector
      official b Ldxo$a;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxo;
      intermediary method_920 Lnet/minecraft/class_215$class_216;method_920(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_215;
      named method_920 Lnet/minecraft/loot/condition/EntityPropertiesLootCondition$Serializer;method_920(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;