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,
com.google.common.collect.ImmutableMap properties,
com.google.common.collect.ImmutableMap unlistedProperties) |
getBaseState, getBlock, getProperties, getValidStates, toStringpublic ExtendedBlockState(Block blockIn, IProperty[] properties, IUnlistedProperty<?>[] unlistedProperties)
protected BlockState.StateImplementation createState(Block block, com.google.common.collect.ImmutableMap properties, com.google.common.collect.ImmutableMap unlistedProperties)
createState in class BlockState