public static enum NodeStateful.GetterType extends java.lang.Enum<NodeStateful.GetterType> implements NodeStateful.IGetterFunc
Enum Constant and Description |
---|
INTERPOLATE_PARTIAL_TICKS |
USE_LAST |
USE_VAR |
Modifier and Type | Method and Description |
---|---|
static NodeStateful.GetterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeStateful.GetterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
createGetter
public static final NodeStateful.GetterType USE_VAR
public static final NodeStateful.GetterType USE_LAST
public static final NodeStateful.GetterType INTERPOLATE_PARTIAL_TICKS
public static NodeStateful.GetterType[] values()
for (NodeStateful.GetterType c : NodeStateful.GetterType.values()) System.out.println(c);
public static NodeStateful.GetterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null