public interface IBlockState
Modifier and Type | Method and Description |
---|---|
<T extends java.lang.Comparable<T>> |
cycleProperty(IProperty<T> property) |
Block |
getBlock() |
<any> |
getProperties() |
java.util.Collection<IProperty> |
getPropertyNames() |
<T extends java.lang.Comparable<T>> |
getValue(IProperty<T> property) |
<T extends java.lang.Comparable<T>,V extends T> |
withProperty(IProperty<T> property,
V value) |
java.util.Collection<IProperty> getPropertyNames()
<T extends java.lang.Comparable<T>> T getValue(IProperty<T> property)
<T extends java.lang.Comparable<T>,V extends T> IBlockState withProperty(IProperty<T> property, V value)
<T extends java.lang.Comparable<T>> IBlockState cycleProperty(IProperty<T> property)
<any> getProperties()
Block getBlock()