public class StateDefinition<O, S extends State<S>>
| bvk | |
| net.minecraft.class_2689 | |
| net.minecraft.state.StateDefinition | |
| net.minecraft.state.StateContainer | |
| net.minecraft.state.StateContainer |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static final Pattern |
| ||||||||||
| private final O |
| ||||||||||
| private final com.google.common.collect.ImmutableSortedMap<String, Property<?>> |
| ||||||||||
| private final com.google.common.collect.ImmutableList<S> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| protected | <A extends AbstractState<O, S>>(O owner, StateDefinition$StateFactory<O, S, A> factory, Map<String, Property<?>> properties) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public com.google.common.collect.ImmutableList<S> |
| ||||||||||
| public S |
| ||||||||||
| public O |
| ||||||||||
| public Collection<Property<?>> |
| ||||||||||
| public Property<?> |
|