public static enum ArrayVEventHandler.EventType extends Enum<ArrayVEventHandler.EventType>
Enum Constant and Description |
---|
ARRAYV_FULLY_LOADED
This is run when the main thread has finished setting everything up and is about to terminate.
|
DEFAULT_SCRIPTS_INSTALLED
Run when all scripts embedded in ArrayV and located in the scripts folder are loaded.
|
Modifier and Type | Method and Description |
---|---|
static ArrayVEventHandler.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayVEventHandler.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrayVEventHandler.EventType DEFAULT_SCRIPTS_INSTALLED
public static final ArrayVEventHandler.EventType ARRAYV_FULLY_LOADED
public static ArrayVEventHandler.EventType[] values()
for (ArrayVEventHandler.EventType c : ArrayVEventHandler.EventType.values()) System.out.println(c);
public static ArrayVEventHandler.EventType 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 © 2024. All rights reserved.