public static class EnterBlockTrigger.Instance extends AbstractCriterionInstance
Modifier and Type | Field and Description |
---|---|
private Block |
block |
private java.util.Map<IProperty<?>,java.lang.Object> |
properties |
Constructor and Description |
---|
Instance(Block blockIn,
java.util.Map<IProperty<?>,java.lang.Object> propertiesIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(IBlockState state) |
getId, toString
private final Block block
private final java.util.Map<IProperty<?>,java.lang.Object> properties
public boolean test(IBlockState state)