public enum EntityEventType extends Enum<EntityEventType>
| Modifier and Type | Method and Description |
|---|---|
static EntityEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityEventType NONE
public static final EntityEventType JUMP
public static final EntityEventType HURT
public static final EntityEventType DEATH
public static final EntityEventType ATTACK_START
public static final EntityEventType ATTACK_STOP
public static final EntityEventType TAME_FAILED
public static final EntityEventType TAME_SUCCEEDED
public static final EntityEventType SHAKE_WETNESS
public static final EntityEventType USE_ITEM
public static final EntityEventType EAT_GRASS
public static final EntityEventType FISH_HOOK_BUBBLE
public static final EntityEventType FISH_HOOK_POSITION
public static final EntityEventType FISH_HOOK_TIME
public static final EntityEventType FISH_HOOK_TEASE
public static final EntityEventType SQUID_FLEEING
public static final EntityEventType ZOMBIE_VILLAGER_CURE
public static final EntityEventType PLAY_AMBIENT
public static final EntityEventType RESPAWN
public static final EntityEventType GOLEM_FLOWER_OFFER
public static final EntityEventType GOLEM_FLOWER_WITHDRAW
public static final EntityEventType VILLAGER_ANGRY
public static final EntityEventType LOVE_PARTICLES
public static final EntityEventType VILLAGER_HAPPY
public static final EntityEventType WITCH_HAT_MAGIC
public static final EntityEventType FIREWORK_EXPLODE
public static final EntityEventType IN_LOVE_HEARTS
public static final EntityEventType SILVERFISH_MERGE_WITH_STONE
public static final EntityEventType GUARDIAN_ATTACK_ANIMATION
public static final EntityEventType WITCH_DRINK_POTION
public static final EntityEventType WITCH_THROW_POTION
public static final EntityEventType PRIME_TNT_MINECART
public static final EntityEventType PRIME_CREEPER
public static final EntityEventType AIR_SUPPLY
public static final EntityEventType PLAYER_ADD_XP_LEVELS
public static final EntityEventType ELDER_GUARDIAN_CURSE
public static final EntityEventType AGENT_ARM_SWING
public static final EntityEventType ENDER_DRAGON_DEATH
public static final EntityEventType DUST_PARTICLES
public static final EntityEventType ARROW_SHAKE
public static final EntityEventType EATING_ITEM
public static final EntityEventType BABY_ANIMAL_FEED
public static final EntityEventType DEATH_SMOKE_CLOUD
public static final EntityEventType COMPLETE_TRADE
public static final EntityEventType REMOVE_LEASH
public static final EntityEventType CARAVAN
public static final EntityEventType CONSUME_TOTEM
public static final EntityEventType CHECK_TREASURE_HUNTER_ACHIEVEMENT
public static final EntityEventType ENTITY_SPAWN
MobSpawnMethod | (entityId << 16)public static final EntityEventType DRAGON_FLAMING
public static final EntityEventType UPDATE_ITEM_STACK_SIZE
public static final EntityEventType START_SWIMMING
public static final EntityEventType BALLOON_POP
public static final EntityEventType TREASURE_HUNT
public static final EntityEventType SUMMON_AGENT
public static final EntityEventType FINISHED_CHARGING_CROSSBOW
public static final EntityEventType LANDED_ON_GROUND
public static final EntityEventType ENTITY_GROW_UP
public static EntityEventType[] values()
for (EntityEventType c : EntityEventType.values()) System.out.println(c);
public static EntityEventType 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–2022 NukkitX. All rights reserved.