public interface IBlockState
Modifier and Type | Method and Description |
---|---|
IBlockState |
cycleProperty(IProperty property) |
Block |
getBlock() |
com.google.common.collect.ImmutableMap |
getProperties() |
java.util.Collection |
getPropertyNames() |
java.lang.Comparable |
getValue(IProperty property) |
IBlockState |
withProperty(IProperty property,
java.lang.Comparable value) |
java.util.Collection getPropertyNames()
java.lang.Comparable getValue(IProperty property)
IBlockState withProperty(IProperty property, java.lang.Comparable value)
IBlockState cycleProperty(IProperty property)
com.google.common.collect.ImmutableMap getProperties()
Block getBlock()