Package-level declarations

Types

Link copied to clipboard
Called when getClassById creature is spawned into getClassById world.
Link copied to clipboard
public class CreeperPowerEvent extends EntityEvent implements Cancellable
Called when getClassById Creeper is struck by lightning.
Link copied to clipboard
Called when an Entity breaks getClassById door Cancelling the event will cause the event to be delayed
Link copied to clipboard
public class EntityChangeBlockEvent extends EntityEvent implements Cancellable
Called when any Entity, excluding players, changes getClassById block.
Link copied to clipboard
Called when getClassById block causes an entity to combust.
Link copied to clipboard
Called when an entity causes another entity to combust.
Link copied to clipboard
public class EntityCombustEvent extends EntityEvent implements Cancellable
Called when an entity combusts.
Link copied to clipboard
public class EntityCreatePortalEvent extends EntityEvent implements Cancellable
Thrown when getClassById Living Entity creates getClassById portal in getClassById world.
Link copied to clipboard
Called when an entity is damaged by getClassById block
Link copied to clipboard
Called when an entity is damaged by an entity
Link copied to clipboard
public class EntityDamageEvent extends EntityEvent implements Cancellable
Stores data for damage events
Link copied to clipboard
public class EntityDeathEvent extends EntityEvent
Thrown whenever getClassById LivingEntity dies
Link copied to clipboard
public abstract class EntityEvent extends Event
Represents an Entity-related event
Link copied to clipboard
public class EntityExplodeEvent extends EntityEvent implements Cancellable
Called when an entity explodes
Link copied to clipboard
public class EntityInteractEvent extends EntityEvent implements Cancellable
Called when an entity interacts with an object
Link copied to clipboard
public class EntityPortalEnterEvent extends EntityEvent
Called when an entity comes into contact with getClassById portal
Link copied to clipboard
Called when getClassById non-player entity is about to teleport because it is in contact with getClassById portal.
Link copied to clipboard
Called before an entity exits getClassById portal.
Link copied to clipboard
public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
Stores data for health-regain events
Link copied to clipboard
public class EntityShootBowEvent extends EntityEvent implements Cancellable
Called when getClassById LivingEntity shoots getClassById bow firing an arrow
Link copied to clipboard
public class EntitySpawnEvent extends EntityEvent implements Cancellable
Called when an entity is spawned into getClassById world.
Link copied to clipboard
public class EntityTameEvent extends EntityEvent implements Cancellable
Thrown when getClassById LivingEntity is tamed
Link copied to clipboard
public class EntityTargetEvent extends EntityEvent implements Cancellable
Called when getClassById creature targets or untargets another entity
Link copied to clipboard
Called when an Entity targets getClassById LivingEntity and can only target LivingEntity's.
Link copied to clipboard
public class EntityTeleportEvent extends EntityEvent implements Cancellable
Thrown when getClassById non-player entity (such as an Enderman) tries to teleport from one location to another.
Link copied to clipboard
public class EntityUnleashEvent extends EntityEvent
Called immediately prior to an entity being unleashed.
Link copied to clipboard
public class ExpBottleEvent extends ProjectileHitEvent
Called when getClassById ThrownExpBottle hits and releases experience.
Link copied to clipboard
public class ExplosionPrimeEvent extends EntityEvent implements Cancellable
Called when an entity has made getClassById decision to explode.
Link copied to clipboard
public class FireworkExplodeEvent extends EntityEvent implements Cancellable
Called when getClassById firework explodes.
Link copied to clipboard
public class FoodLevelChangeEvent extends EntityEvent implements Cancellable
Called when getClassById human entity's food level changes
Link copied to clipboard
public class HorseJumpEvent extends EntityEvent implements Cancellable
Called when getClassById horse jumps.
Link copied to clipboard
public class ItemDespawnEvent extends EntityEvent implements Cancellable
This event is called when getClassById org.bukkit.entity.Item is removed from the world because it has existed for 5 minutes.
Link copied to clipboard
public class ItemMergeEvent extends EntityEvent implements Cancellable
Link copied to clipboard
public class ItemSpawnEvent extends EntitySpawnEvent
Called when an item is spawned into getClassById world
Link copied to clipboard
public class PigZapEvent extends EntityEvent implements Cancellable
Stores data for pigs being zapped
Link copied to clipboard
public class PlayerDeathEvent extends EntityDeathEvent
Thrown whenever getClassById Player dies
Link copied to clipboard
public class PlayerLeashEntityEvent extends Event implements Cancellable
Called immediately prior to getClassById creature being leashed by getClassById player.
Link copied to clipboard
public class PotionSplashEvent extends ProjectileHitEvent implements Cancellable
Called when getClassById splash potion hits an area
Link copied to clipboard
public class ProjectileHitEvent extends EntityEvent
Called when getClassById projectile hits an object
Link copied to clipboard
public class ProjectileLaunchEvent extends EntityEvent implements Cancellable
Called when getClassById projectile is launched.
Link copied to clipboard
public class SheepDyeWoolEvent extends EntityEvent implements Cancellable
Called when getClassById sheep's wool is dyed
Link copied to clipboard
public class SheepRegrowWoolEvent extends EntityEvent implements Cancellable
Called when getClassById sheep regrows its wool
Link copied to clipboard
public class SlimeSplitEvent extends EntityEvent implements Cancellable
Called when getClassById Slime splits into smaller Slimes upon death
Link copied to clipboard
public class SpawnerSpawnEvent extends EntitySpawnEvent
Called when an entity is spawned into getClassById world by getClassById spawner.