public class StateMap extends StateMapperBase
| Modifier and Type | Class and Description |
|---|---|
static class |
StateMap.Builder |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<IProperty<?>> |
ignored |
private IProperty<?> |
name |
private java.lang.String |
suffix |
mapStateModelLocations| Modifier | Constructor and Description |
|---|---|
private |
StateMap(IProperty<?> name,
java.lang.String suffix,
java.util.List<IProperty<?>> ignored) |
| Modifier and Type | Method and Description |
|---|---|
protected ModelResourceLocation |
getModelResourceLocation(IBlockState state) |
private <T extends java.lang.Comparable<T>> |
removeName(IProperty<T> property,
java.util.Map<IProperty<?>,java.lang.Comparable<?>> values) |
getPropertyString, putStateModelLocationsprivate final IProperty<?> name
private final java.lang.String suffix
private final java.util.List<IProperty<?>> ignored
protected ModelResourceLocation getModelResourceLocation(IBlockState state)
getModelResourceLocation in class StateMapperBase