class StateDefinition$BlockStateImpl
extends AbstractBlockState
All mapped superinterfaces:
| ama$a | |
| net.minecraft.class_2233$class_2234 | |
| net.minecraft.block.state.StateDefinition$BlockStateImpl | |
| net.minecraft.block.state.BlockState$StateImplementation |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Block |
| ||||||||
| private final com.google.common.collect.ImmutableMap<Property, Comparable> |
| ||||||||
| private com.google.common.collect.ImmutableTable<Property, Comparable, BlockState> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (Block block, com.google.common.collect.ImmutableMap<Property, Comparable> values) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public Collection<Property> |
| ||||||||
| public <T extends Comparable<T>> T |
| ||||||||
| public <T extends Comparable<T>, V extends T> BlockState |
| ||||||||
| public com.google.common.collect.ImmutableMap<Property, Comparable> |
| ||||||||
| public Block |
| ||||||||
| public void |
| ||||||||
| private Map<Property, Comparable> |
|