Package | Description |
---|---|
net.minecraft.block.state | |
net.minecraftforge.common.property |
Modifier and Type | Method and Description |
---|---|
protected BlockStateContainer.StateImplementation |
BlockStateContainer.createState(Block block,
com.google.common.collect.ImmutableMap<IProperty<?>,java.lang.Comparable<?>> properties,
com.google.common.collect.ImmutableMap<IUnlistedProperty<?>,java.util.Optional<?>> unlistedProperties) |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateContainer.StateImplementation.buildPropertyValueTable(java.util.Map<java.util.Map<IProperty<?>,java.lang.Comparable<?>>,BlockStateContainer.StateImplementation> map) |
Modifier and Type | Class and Description |
---|---|
protected static class |
ExtendedBlockState.ExtendedStateImplementation |
Modifier and Type | Method and Description |
---|---|
protected BlockStateContainer.StateImplementation |
ExtendedBlockState.createState(Block block,
com.google.common.collect.ImmutableMap<IProperty<?>,java.lang.Comparable<?>> properties,
com.google.common.collect.ImmutableMap<IUnlistedProperty<?>,java.util.Optional<?>> unlistedProperties) |