Class BlockStatePropertyLootCondition.Serializer

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

public static class BlockStatePropertyLootCondition.Serializer extends Object implements JsonSerializer<BlockStatePropertyLootCondition>
Mappings:
Namespace Name
official dxk$b
intermediary net/minecraft/class_212$class_214
named net/minecraft/loot/condition/BlockStatePropertyLootCondition$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • method_909

      public void method_909(JsonObject jsonObject, BlockStatePropertyLootCondition blockStatePropertyLootCondition, JsonSerializationContext jsonSerializationContext)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxk$b;a(Lcom/google/gson/JsonObject;Ldxk;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_909 Lnet/minecraft/class_212$class_214;method_909(Lcom/google/gson/JsonObject;Lnet/minecraft/class_212;Lcom/google/gson/JsonSerializationContext;)V
      named method_909 Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition$Serializer;method_909(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;Lcom/google/gson/JsonSerializationContext;)V
    • method_910

      public BlockStatePropertyLootCondition method_910(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
      Mappings:
      Namespace Name Mixin selector
      official b Ldxk$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxk;
      intermediary method_910 Lnet/minecraft/class_212$class_214;method_910(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_212;
      named method_910 Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition$Serializer;method_910(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;