Package net.minecraft.loot.condition
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$bintermediary net/minecraft/class_212$class_214named net/minecraft/loot/condition/BlockStatePropertyLootCondition$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_909(JsonObject jsonObject, BlockStatePropertyLootCondition blockStatePropertyLootCondition, JsonSerializationContext jsonSerializationContext) method_910(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_909
public void method_909(JsonObject jsonObject, BlockStatePropertyLootCondition blockStatePropertyLootCondition, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdxk$b;a(Lcom/google/gson/JsonObject;Ldxk;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_909Lnet/minecraft/class_212$class_214;method_909(Lcom/google/gson/JsonObject;Lnet/minecraft/class_212;Lcom/google/gson/JsonSerializationContext;)Vnamed method_909Lnet/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 bLdxk$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldxk;intermediary method_910Lnet/minecraft/class_212$class_214;method_910(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_212;named method_910Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition$Serializer;method_910(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;
-