public class StateDefinition
| ama | |
| net.minecraft.class_2233 | |
| net.minecraft.block.state.StateDefinition | |
| net.minecraft.block.state.BlockState |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static final com.google.common.base.Joiner |
| ||||||||
| private static final com.google.common.base.Function<Property, String> |
| ||||||||
| private final Block |
| ||||||||
| private final com.google.common.collect.ImmutableList<Property> |
| ||||||||
| private final com.google.common.collect.ImmutableList<BlockState> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Block block, Property... properties) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public com.google.common.collect.ImmutableList<BlockState> |
| ||||||||
| private List<Iterable<Comparable>> |
| ||||||||
| public BlockState |
| ||||||||
| public Block |
| ||||||||
| public Collection<Property> |
|