implements PropertyContainer<S>
bvn | |
net.minecraft.class_2679 | |
net.minecraft.state.AbstractPropertyContainer | |
net.minecraft.state.StateHolder |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
private static final Function<Map$Entry<Property<?>, Comparable<?>>, String> |
| ||||||||
protected final O |
| ||||||||
private final com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> |
| ||||||||
private final int |
| ||||||||
private com.google.common.collect.Table<Property<?>, Comparable<?>, S> |
|
Constructor summary
Modifier | Constructor |
---|---|
protected | (O arg0, com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> arg1) |
Method summary
Modifier and Type | Method | ||||||||
---|---|---|---|---|---|---|---|---|---|
public <T extends Comparable<T>> S |
| ||||||||
protected static <T> T |
| ||||||||
public Collection<Property<?>> |
| ||||||||
public <T extends Comparable<T>> boolean |
| ||||||||
public <T extends Comparable<T>> T |
| ||||||||
public <T extends Comparable<T>, V extends T> S |
| ||||||||
public void |
| ||||||||
private Map<Property<?>, Comparable<?>> |
| ||||||||
public com.google.common.collect.ImmutableMap<Property<?>, Comparable<?>> |
|