public class StateContainer<O, S extends IStateHolder<S>>
| ble | |
| 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, IProperty<?>> |
| ||||
| private final com.google.common.collect.ImmutableList<S> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| protected | <A extends AbstractStateHolder<O, S>>(O arg0, StateContainer$IFactory<O, S, A> arg1, Map<String, IProperty<?>> arg2) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public com.google.common.collect.ImmutableList<S> |
| ||||
| public S |
| ||||
| public O |
| ||||
| public Collection<IProperty<?>> |
| ||||
| public IProperty<?> |
|