| Package | Description |
|---|---|
| eu.bandm.tools.ops.meta |
| Modifier and Type | Method and Description |
|---|---|
MaterialState |
Features.getState() |
static MaterialState |
MaterialState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaterialState[] |
MaterialState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaterialState.subsumes(MaterialState s) |
Features |
Features.withState(MaterialState state) |
see also the complete user documentation .