public class StateDefinition<O, S extends StateHolder<S>>
byh | |
net.minecraft.world.level.block.state.StateDefinition | |
net.minecraft.class_2689 | |
net.minecraft.unmapped.C_ezfeikaq | |
net.minecraft.state.StateManager | |
net.minecraft.state.StateContainer | |
net.minecraft.server.v1_15_R1.BlockStateList |
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 AbstractStateHolder<O, S>>(O owner, StateDefinition$Factory<O, S, A> arg1, Map<String, Property<?>> namedProperties) |
Method summary
Modifier and Type | Method | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public com.google.common.collect.ImmutableList<S> |
| ||||||||||||||
public S |
| ||||||||||||||
public O |
| ||||||||||||||
public Collection<Property<?>> |
| ||||||||||||||
public Property<?> |
|