public class StateDefinition
| ama | |
| net.minecraft.unmapped.C_06229646 | |
| net.minecraft.block.state.StateDefinition |
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> |
|