Uses of Class
org.bukkit.event.entity.EntityEvent
| Package | Description |
|---|---|
| org.bukkit.event.entity | |
| org.bukkit.event.player | |
| org.spigotmc.event.entity |
Spigot-specific entity events.
|
-
Uses of EntityEvent in org.bukkit.event.entity
Subclasses of EntityEvent in org.bukkit.event.entity Modifier and Type Class Description classAreaEffectCloudApplyEventCalled when a lingering potion applies it's effects.classArrowBodyCountChangeEventCalled when an arrow enters or exists an entity's body.classBatToggleSleepEventCalled when a bat attempts to sleep or wake up from its slumber.classCreatureSpawnEventCalled when a creature is spawned into a world.classCreeperPowerEventCalled when a Creeper is struck by lightning.classEnderDragonChangePhaseEventCalled when an EnderDragon switches controller phase.classEntityAirChangeEventCalled when the amount of air an entity has remaining changes.classEntityBreakDoorEventCalled when anEntitybreaks a doorclassEntityBreedEventCalled when one Entity breeds with another Entity.classEntityChangeBlockEventCalled when any Entity changes a block and a more specific event is not available.classEntityCombustByBlockEventCalled when a block causes an entity to combust.classEntityCombustByEntityEventCalled when an entity causes another entity to combust.classEntityCombustEventCalled when an entity combusts.classEntityCreatePortalEventDeprecated.classEntityDamageByBlockEventCalled when an entity is damaged by a blockclassEntityDamageByEntityEventCalled when an entity is damaged by an entityclassEntityDamageEventStores data for damage eventsclassEntityDeathEventThrown whenever a LivingEntity diesclassEntityDropItemEventThrown when an entity creates an item drop.classEntityEnterBlockEventCalled when anEntityenters a block and is stored in that block.classEntityEnterLoveModeEventCalled when an entity enters love mode.classEntityExplodeEventCalled when an entity explodesclassEntityInteractEventCalled when an entity interacts with an objectclassEntityPickupItemEventThrown when a entity picks an item up from the groundclassEntityPlaceEventDeprecated.draft APIclassEntityPortalEnterEventCalled when an entity comes into contact with a portalclassEntityPortalEventCalled when a non-player entity is about to teleport because it is in contact with a portal.classEntityPortalExitEventCalled before an entity exits a portal.classEntityPoseChangeEventCalled when an entity changes its pose.classEntityPotionEffectEventCalled when a potion effect is modified on an entity.classEntityRegainHealthEventStores data for health-regain eventsclassEntityResurrectEventCalled when an entity dies and may have the opportunity to be resurrected.classEntityShootBowEventCalled when a LivingEntity shoots a bow firing an arrowclassEntitySpawnEventCalled when an entity is spawned into a world.classEntitySpellCastEventCalled when aSpellcastercasts a spell.classEntityTameEventThrown when a LivingEntity is tamedclassEntityTargetEventCalled when a creature targets or untargets another entityclassEntityTargetLivingEntityEventCalled when an Entity targets aLivingEntityand can only target LivingEntity's.classEntityTeleportEventThrown when a non-player entity is teleported from one location to another.classEntityToggleGlideEventSent when an entity's gliding status is toggled with an Elytra.classEntityToggleSwimEventSent when an entity's swimming status is toggled.classEntityTransformEventCalled when an entity is about to be replaced by another entity.classEntityUnleashEventCalled immediately prior to an entity being unleashed.classExpBottleEventCalled when a ThrownExpBottle hits and releases experience.classExplosionPrimeEventCalled when an entity has made a decision to explode.classFireworkExplodeEventCalled when a firework explodes.classFoodLevelChangeEventCalled when a human entity's food level changesclassHorseJumpEventCalled when a horse jumps.classItemDespawnEventThis event is called when aItemis removed from the world because it has existed for 5 minutes.classItemMergeEventclassItemSpawnEventCalled when an item is spawned into a worldclassLingeringPotionSplashEventCalled when a splash potion hits an areaclassPigZapEventStores data for pigs being zappedclassPigZombieAngerEventCalled when a Pig Zombie is angered by another entity.classPlayerDeathEventThrown whenever aPlayerdiesclassPotionSplashEventCalled when a splash potion hits an areaclassProjectileHitEventCalled when a projectile hits an objectclassProjectileLaunchEventCalled when a projectile is launched.classSheepDyeWoolEventCalled when a sheep's wool is dyedclassSheepRegrowWoolEventCalled when a sheep regrows its woolclassSlimeSplitEventCalled when a Slime splits into smaller Slimes upon deathclassSpawnerSpawnEventCalled when an entity is spawned into a world by a spawner.classStriderTemperatureChangeEventCalled when aStrider's temperature has changed as a result of entering or existing blocks it considers warm.classVillagerAcquireTradeEventCalled whenever a villager acquires a new trade.classVillagerCareerChangeEventclassVillagerReplenishTradeEventCalled when a villager's trade's maximum uses is increased, due to a player's trade. -
Uses of EntityEvent in org.bukkit.event.player
Subclasses of EntityEvent in org.bukkit.event.player Modifier and Type Class Description classPlayerUnleashEntityEventCalled prior to an entity being unleashed due to a player's action. -
Uses of EntityEvent in org.spigotmc.event.entity
Subclasses of EntityEvent in org.spigotmc.event.entity Modifier and Type Class Description classEntityDismountEventCalled when an entity stops riding another entity.classEntityMountEventCalled when an entity attempts to ride another entity.