public abstract class BlockStateBase extends java.lang.Object implements IBlockState
Constructor and Description |
---|
BlockStateBase() |
Modifier and Type | Method and Description |
---|---|
IBlockState |
cycleProperty(IProperty property) |
protected static java.lang.Object |
cyclePropertyValue(java.util.Collection values,
java.lang.Object currentValue) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBlock, getProperties, getPropertyNames, getValue, withProperty
public IBlockState cycleProperty(IProperty property)
cycleProperty
in interface IBlockState
protected static java.lang.Object cyclePropertyValue(java.util.Collection values, java.lang.Object currentValue)
public java.lang.String toString()
toString
in class java.lang.Object