implements LootItemCondition
| crd | |
| net.minecraft.class_212 | |
| net.minecraft.world.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<IBlockState<?>, Object> |
| ||||||||
| private final Predicate<IBlockData> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (Block arg0, Map<IBlockState<?>, Object> arg1) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static Predicate<IBlockData> |
| ||||||||
| public Set<LootContextParameter<?>> |
| ||||||||
| public boolean |
| ||||||||
| public static LootItemConditionBlockStateProperty$a |
|