public class StateDefinition<O, S extends StateHolder<O, S>>
ech | |
net.minecraft.world.level.block.state.StateDefinition | |
net.minecraft.class_2689 |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
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 | (Function<O, S> arg0, O arg1, StateDefinition$Factory<O, S> arg2, Map<String, Property<?>> arg3) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
private static <S extends StateHolder<?, S>, T extends Comparable<T>> com.mojang.serialization.MapCodec<S> |
| ||||||
public com.google.common.collect.ImmutableList<S> |
| ||||||
public S |
| ||||||
public O |
| ||||||
public Collection<Property<?>> |
| ||||||
public Property<?> |
|