public static enum LevelEventPacket.Event extends Enum<LevelEventPacket.Event>
| Modifier and Type | Method and Description |
|---|---|
static LevelEventPacket.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelEventPacket.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelEventPacket.Event SOUND_CLICK
public static final LevelEventPacket.Event SOUND_CLICK_FAIL
public static final LevelEventPacket.Event SOUND_SHOOT
public static final LevelEventPacket.Event SOUND_DOOR
public static final LevelEventPacket.Event SOUND_FIZZ
public static final LevelEventPacket.Event SOUND_IGNITE
public static final LevelEventPacket.Event SOUND_GHAST
public static final LevelEventPacket.Event SOUND_GHAST_SHOOT
public static final LevelEventPacket.Event SOUND_BLAZE_SHOOT
public static final LevelEventPacket.Event SOUND_DOOR_BUMP
public static final LevelEventPacket.Event SOUND_DOOR_CRASH
public static final LevelEventPacket.Event SOUND_ENDERMAN_TELEPORT
public static final LevelEventPacket.Event SOUND_ANVIL_BREAK
public static final LevelEventPacket.Event SOUND_ANVIL_USE
public static final LevelEventPacket.Event SOUND_ANVIL_FALL
public static final LevelEventPacket.Event SOUND_POP
public static final LevelEventPacket.Event SOUND_PORTAL
public static final LevelEventPacket.Event SOUND_ITEMFRAME_ADD_ITEM
public static final LevelEventPacket.Event SOUND_ITEMFRAME_REMOVE
public static final LevelEventPacket.Event SOUND_ITEMFRAME_PLACE
public static final LevelEventPacket.Event SOUND_ITEMFRAME_REMOVE_ITEM
public static final LevelEventPacket.Event SOUND_ITEMFRAME_ROTATE_ITEM
public static final LevelEventPacket.Event SOUND_CAMERA
public static final LevelEventPacket.Event SOUND_ORB
public static final LevelEventPacket.Event SOUND_TOTEM
public static final LevelEventPacket.Event SOUND_ARMOR_STAND_BREAK
public static final LevelEventPacket.Event SOUND_ARMOR_STAND_HIT
public static final LevelEventPacket.Event SOUND_ARMOR_STAND_FALL
public static final LevelEventPacket.Event SOUND_ARMOR_STAND_PLACE
public static final LevelEventPacket.Event PARTICLE_SHOOT
public static final LevelEventPacket.Event PARTICLE_DESTROY
public static final LevelEventPacket.Event PARTICLE_SPLASH
public static final LevelEventPacket.Event PARTICLE_EYE_DESPAWN
public static final LevelEventPacket.Event PARTICLE_SPAWN
public static final LevelEventPacket.Event GUARDIAN_CURSE
public static final LevelEventPacket.Event PARTICLE_BLOCK_FORCE_FIELD
public static final LevelEventPacket.Event PARTICLE_PUNCH_BLOCK
public static final LevelEventPacket.Event PARTICLE_WATER_SPLASH
public static final LevelEventPacket.Event START_RAIN
public static final LevelEventPacket.Event START_THUNDER
public static final LevelEventPacket.Event STOP_RAIN
public static final LevelEventPacket.Event STOP_THUNDER
public static final LevelEventPacket.Event PAUSE_GAME
public static final LevelEventPacket.Event REDSTONE_TRIGGER
public static final LevelEventPacket.Event CAULDRON_EXPLODE
public static final LevelEventPacket.Event CAULDRON_DYE_ARMOR
public static final LevelEventPacket.Event CAULDRON_CLEAN_ARMOR
public static final LevelEventPacket.Event CAULDRON_FILL_POTION
public static final LevelEventPacket.Event CAULDRON_TAKE_POTION
public static final LevelEventPacket.Event CAULDRON_FILL_WATER
public static final LevelEventPacket.Event CAULDRON_TAKE_WATER
public static final LevelEventPacket.Event CAULDRON_ADD_DYE
public static final LevelEventPacket.Event CAULDRON_CLEAN_BANNER
public static final LevelEventPacket.Event BLOCK_START_BREAK
public static final LevelEventPacket.Event BLOCK_STOP_BREAK
public static final LevelEventPacket.Event SET_DATA
public static final LevelEventPacket.Event PLAYERS_SLEEPING
public static LevelEventPacket.Event[] values()
for (LevelEventPacket.Event c : LevelEventPacket.Event.values()) System.out.println(c);
public static LevelEventPacket.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.