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