public class StateDefinition
| atm | |
| net.minecraft.class_2233 | |
| net.minecraft.block.state.StateDefinition | |
| net.minecraft.block.state.BlockStateContainer |
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<?> |
|