public static enum EntityEventPacket.Event extends Enum<EntityEventPacket.Event>
| Modifier and Type | Method and Description |
|---|---|
static EntityEventPacket.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEventPacket.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityEventPacket.Event HURT_ANIMATION
public static final EntityEventPacket.Event DEATH_ANIMATION
public static final EntityEventPacket.Event ARM_SWING
public static final EntityEventPacket.Event TAME_FAIL
public static final EntityEventPacket.Event TAME_SUCCESS
public static final EntityEventPacket.Event SHAKE_WET
public static final EntityEventPacket.Event USE_ITEM
public static final EntityEventPacket.Event EAT_BLOCK_ANIMATION
public static final EntityEventPacket.Event FISH_HOOK_BUBBLE
public static final EntityEventPacket.Event FISH_HOOK_POSITION
public static final EntityEventPacket.Event FISH_HOOK_HOOK
public static final EntityEventPacket.Event FISH_HOOK_LURED
public static final EntityEventPacket.Event SQUID_INK_CLOUD
public static final EntityEventPacket.Event ZOMBIE_VILLAGER_CURE
public static final EntityEventPacket.Event RESPAWN
public static final EntityEventPacket.Event IRON_GOLEM_OFFER_FLOWER
public static final EntityEventPacket.Event IRON_GOLEM_WITHDRAW_FLOWER
public static final EntityEventPacket.Event VILLAGER_HURT
public static final EntityEventPacket.Event LOVE_PARTICLES
public static final EntityEventPacket.Event VILLAGER_STOP_TRADING
public static final EntityEventPacket.Event WITCH_SPELL_PARTICLES
public static final EntityEventPacket.Event FIREWORK_PARTICLES
public static final EntityEventPacket.Event SILVERFISH_MERGE_WITH_STONE
public static final EntityEventPacket.Event GUARDIAN_ATTACK_ANIMATION
public static final EntityEventPacket.Event WITCH_DRINK_POTION
public static final EntityEventPacket.Event WITCH_THROW_POTION
public static final EntityEventPacket.Event MINECART_TNT_PRIME_FUSE
public static final EntityEventPacket.Event PLAYER_ADD_XP_LEVELS
public static final EntityEventPacket.Event ELDER_GUARDIAN_CURSE
public static final EntityEventPacket.Event AGENT_ARM_SWING
public static final EntityEventPacket.Event ENDER_DRAGON_DEATH
public static final EntityEventPacket.Event DUST_PARTICLES
public static final EntityEventPacket.Event ARROW_SHAKE
public static final EntityEventPacket.Event EATING_ITEM
public static final EntityEventPacket.Event BABY_ANIMAL_FEED
public static final EntityEventPacket.Event DEATH_SMOKE_CLOUD
public static final EntityEventPacket.Event COMPLETE_TRADE
public static final EntityEventPacket.Event REMOVE_LEASH
public static final EntityEventPacket.Event CARAVAN
public static final EntityEventPacket.Event CONSUME_TOTEM
public static final EntityEventPacket.Event CHECK_TREASURE_HUNTER_ACHIEVEMENT
public static final EntityEventPacket.Event ENTITY_SPAWN
public static final EntityEventPacket.Event DRAGON_FLAMING
public static final EntityEventPacket.Event MERGE_ITEMS
public static final EntityEventPacket.Event BALLOON_POP
public static final EntityEventPacket.Event FIND_TREASURE_BRIBE
public static EntityEventPacket.Event[] values()
for (EntityEventPacket.Event c : EntityEventPacket.Event.values()) System.out.println(c);
public static EntityEventPacket.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.