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, waitgetBlock, getProperties, getPropertyNames, getValue, withPropertypublic IBlockState cycleProperty(IProperty property)
cycleProperty in interface IBlockStateprotected static java.lang.Object cyclePropertyValue(java.util.Collection values,
java.lang.Object currentValue)
public java.lang.String toString()
toString in class java.lang.Object