public static enum MovingObjectPosition.MovingObjectType extends java.lang.Enum<MovingObjectPosition.MovingObjectType>
| Modifier and Type | Method and Description |
|---|---|
static MovingObjectPosition.MovingObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MovingObjectPosition.MovingObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MovingObjectPosition.MovingObjectType MISS
public static final MovingObjectPosition.MovingObjectType BLOCK
public static final MovingObjectPosition.MovingObjectType ENTITY
public static MovingObjectPosition.MovingObjectType[] values()
for (MovingObjectPosition.MovingObjectType c : MovingObjectPosition.MovingObjectType.values()) System.out.println(c);
public static MovingObjectPosition.MovingObjectType 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