public static enum EventPacket.Event extends Enum<EventPacket.Event>
| Modifier and Type | Method and Description |
|---|---|
static EventPacket.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventPacket.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventPacket.Event ACHIEVEMENT_AWARDED
public static final EventPacket.Event ENTITY_INTERACT
public static final EventPacket.Event PORTAL_BUILT
public static final EventPacket.Event PORTAL_USED
public static final EventPacket.Event MOB_KILLED
public static final EventPacket.Event CAULDRON_USED
public static final EventPacket.Event PLAYER_DEATH
public static final EventPacket.Event BOSS_KILLED
public static final EventPacket.Event AGENT_COMMAND
public static final EventPacket.Event AGENT_CREATED
public static final EventPacket.Event PATTERN_REMOVED
public static final EventPacket.Event SLASH_COMMAND_EXECUTED
public static final EventPacket.Event FISH_BUCKETED
public static final EventPacket.Event MOB_BORN
public static final EventPacket.Event PET_DIED
public static final EventPacket.Event CAULDRON_BLOCK_USED
public static final EventPacket.Event COMPOSTER_BLOCK_USED
public static final EventPacket.Event BELL_BLOCK_USED
public static EventPacket.Event[] values()
for (EventPacket.Event c : EventPacket.Event.values()) System.out.println(c);
public static EventPacket.Event 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 © 2018–2019 NukkitX. All rights reserved.