public static enum BlockModelState.Condition.Mode extends Enum<BlockModelState.Condition.Mode>
Modifier and Type | Method and Description |
---|---|
static BlockModelState.Condition.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockModelState.Condition.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockModelState.Condition.Mode SELF
public static final BlockModelState.Condition.Mode AND
public static final BlockModelState.Condition.Mode OR
public static BlockModelState.Condition.Mode[] values()
for (BlockModelState.Condition.Mode c : BlockModelState.Condition.Mode.values()) System.out.println(c);
public static BlockModelState.Condition.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.