public class StateDefinition
| atm | |
| net.minecraft.unmapped.C_06229646 | |
| net.minecraft.block.state.StateDefinition |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private static final Pattern |
| ||||||
| private static final com.google.common.base.Function<Property<?>, String> |
| ||||||
| private final Block |
| ||||||
| private final com.google.common.collect.ImmutableSortedMap<String, 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 static <T extends Comparable<T>> String |
| ||||||
| public com.google.common.collect.ImmutableList<BlockState> |
| ||||||
| private List<Iterable<Comparable<?>>> |
| ||||||
| public BlockState |
| ||||||
| public Block |
| ||||||
| public Collection<Property<?>> |
| ||||||
| public Property<?> |
|