public class BlockState
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockState.StateImplementation |
Modifier | Constructor and Description |
---|---|
|
BlockState(Block blockIn,
IProperty... properties) |
protected |
BlockState(Block blockIn,
IProperty[] properties,
<any> unlistedProperties) |
Modifier and Type | Method and Description |
---|---|
protected BlockState.StateImplementation |
createState(Block block,
<any> properties,
<any> unlistedProperties) |
IBlockState |
getBaseState() |
Block |
getBlock() |
java.util.Collection<IProperty> |
getProperties() |
<any> |
getValidStates() |
java.lang.String |
toString() |
protected BlockState.StateImplementation createState(Block block, <any> properties, <any> unlistedProperties)
public <any> getValidStates()
public IBlockState getBaseState()
public Block getBlock()
public java.util.Collection<IProperty> getProperties()
public java.lang.String toString()
toString
in class java.lang.Object