java.io.Serializable, java.lang.Comparable<TickableGroup.LocalType>public static enum TickableGroup.LocalType extends java.lang.Enum<TickableGroup.LocalType>
| Enum Constant | Description |
|---|---|
ITEMS_ONLY |
|
MOBS_ONLY |
|
MOBS_OR_ITEMS |
| Modifier and Type | Method | Description |
|---|---|---|
static TickableGroup.LocalType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TickableGroup.LocalType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TickableGroup.LocalType MOBS_OR_ITEMS
public static final TickableGroup.LocalType ITEMS_ONLY
public static final TickableGroup.LocalType MOBS_ONLY
public static TickableGroup.LocalType[] values()
for (TickableGroup.LocalType c : TickableGroup.LocalType.values()) System.out.println(c);
public static TickableGroup.LocalType 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