implements LootItemCondition
| crj | |
| net.minecraft.world.level.storage.loot.predicates.LootItemBlockStatePropertyCondition | |
| net.minecraft.class_212 | |
| net.minecraft.loot.condition.BlockStatePropertyLootCondition | |
| net.minecraft.world.storage.loot.conditions.BlockStateProperty | |
| net.minecraft.server.v1_14_R1.LootItemConditionBlockStateProperty |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Block |
| ||||||||||
| private final Map<Property<?>, Object> |
| ||||||||||
| private final Predicate<BlockState> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (Block block, Map<Property<?>, Object> properties) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static Predicate<BlockState> |
| ||||||||||
| public Set<LootContextParam<?>> |
| ||||||||||
| public boolean |
| ||||||||||
| public static LootItemBlockStatePropertyCondition$Builder |
|