public static class BlockStatePropertyLootCondition.Factory extends LootCondition.Factory<BlockStatePropertyLootCondition>
| Modifier | Constructor and Description |
|---|---|
protected |
Factory() |
| Modifier and Type | Method and Description |
|---|---|
BlockStatePropertyLootCondition |
fromJson(JsonObject jsonObject,
JsonDeserializationContext jsonDeserializationContext) |
void |
toJson(JsonObject jsonObject,
BlockStatePropertyLootCondition blockStatePropertyLootCondition,
JsonSerializationContext jsonSerializationContext) |
getConditionClass, getIdpublic void toJson(JsonObject jsonObject, BlockStatePropertyLootCondition blockStatePropertyLootCondition, JsonSerializationContext jsonSerializationContext)
toJson in class LootCondition.Factory<BlockStatePropertyLootCondition>public BlockStatePropertyLootCondition fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
fromJson in class LootCondition.Factory<BlockStatePropertyLootCondition>