public static enum CommonTickableEventType.TickType extends java.lang.Enum<CommonTickableEventType.TickType>
| Enum Constant and Description |
|---|
CLIENT |
CUSTOM |
PLAYER |
RENDER |
SERVER |
WORLD |
| Modifier and Type | Method and Description |
|---|---|
static CommonTickableEventType.TickType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonTickableEventType.TickType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonTickableEventType.TickType CLIENT
public static final CommonTickableEventType.TickType CUSTOM
public static final CommonTickableEventType.TickType PLAYER
public static final CommonTickableEventType.TickType RENDER
public static final CommonTickableEventType.TickType SERVER
public static final CommonTickableEventType.TickType WORLD
public static CommonTickableEventType.TickType[] values()
for (CommonTickableEventType.TickType c : CommonTickableEventType.TickType.values()) System.out.println(c);
public static CommonTickableEventType.TickType 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