public interface IExtendedBlockState extends IBlockState
Modifier and Type | Method and Description |
---|---|
IBlockState |
getClean() |
java.util.Collection<IUnlistedProperty<?>> |
getUnlistedNames() |
<any> |
getUnlistedProperties() |
<V> V |
getValue(IUnlistedProperty<V> property) |
<V> IExtendedBlockState |
withProperty(IUnlistedProperty<V> property,
V value) |
cycleProperty, getBlock, getProperties, getPropertyNames, getValue, withProperty
java.util.Collection<IUnlistedProperty<?>> getUnlistedNames()
<V> V getValue(IUnlistedProperty<V> property)
<V> IExtendedBlockState withProperty(IUnlistedProperty<V> property, V value)
<any> getUnlistedProperties()
IBlockState getClean()