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