AnvilDamagedEvent
, AreaEffectCloudApplyEvent
, AsyncPlayerChatEvent
, AsyncTabCompleteEvent
, BatToggleSleepEvent
, BeaconEffectEvent
, BlockBreakEvent
, BlockBurnEvent
, BlockDamageEvent
, BlockDestroyEvent
, BlockDispenseArmorEvent
, BlockDispenseEvent
, BlockDropItemEvent
, BlockExplodeEvent
, BlockFadeEvent
, BlockFertilizeEvent
, BlockFormEvent
, BlockFromToEvent
, BlockGrowEvent
, BlockIgniteEvent
, BlockMultiPlaceEvent
, BlockPhysicsEvent
, BlockPistonEvent
, BlockPistonExtendEvent
, BlockPistonRetractEvent
, BlockPlaceEvent
, BlockSpreadEvent
, BrewEvent
, BrewingStandFuelEvent
, BroadcastMessageEvent
, CauldronLevelChangeEvent
, ChunkUnloadEvent
, CraftItemEvent
, CreatureSpawnEvent
, CreeperIgniteEvent
, CreeperPowerEvent
, EnchantItemEvent
, EnderDragonChangePhaseEvent
, EnderDragonFireballHitEvent
, EnderDragonFlameEvent
, EnderDragonShootFireballEvent
, EndermanAttackPlayerEvent
, EndermanEscapeEvent
, EntityAirChangeEvent
, EntityBlockFormEvent
, EntityBreakDoorEvent
, EntityBreedEvent
, EntityChangeBlockEvent
, EntityCombustByBlockEvent
, EntityCombustByEntityEvent
, EntityCombustEvent
, EntityCreatePortalEvent
, EntityDamageByBlockEvent
, EntityDamageByEntityEvent
, EntityDamageEvent
, EntityDeathEvent
, EntityDismountEvent
, EntityDropItemEvent
, EntityExplodeEvent
, EntityInteractEvent
, EntityKnockbackByEntityEvent
, EntityMountEvent
, EntityPathfindEvent
, EntityPickupItemEvent
, EntityPlaceEvent
, EntityPortalEvent
, EntityPortalExitEvent
, EntityPotionEffectEvent
, EntityRegainHealthEvent
, EntityResurrectEvent
, EntityShootBowEvent
, EntitySpawnEvent
, EntityTameEvent
, EntityTargetEvent
, EntityTargetLivingEntityEvent
, EntityTeleportEndGatewayEvent
, EntityTeleportEvent
, EntityToggleGlideEvent
, EntityToggleSwimEvent
, EntityTransformedEvent
, EntityTransformEvent
, EntityZapEvent
, ExperienceOrbMergeEvent
, ExplosionPrimeEvent
, FireworkExplodeEvent
, FluidLevelChangeEvent
, FoodLevelChangeEvent
, FurnaceBurnEvent
, FurnaceSmeltEvent
, HangingBreakByEntityEvent
, HangingBreakEvent
, HangingPlaceEvent
, HorseJumpEvent
, InventoryClickEvent
, InventoryCreativeEvent
, InventoryDragEvent
, InventoryInteractEvent
, InventoryMoveItemEvent
, InventoryOpenEvent
, InventoryPickupItemEvent
, ItemDespawnEvent
, ItemMergeEvent
, ItemSpawnEvent
, LeavesDecayEvent
, LightningStrikeEvent
, LingeringPotionSplashEvent
, LootableInventoryReplenishEvent
, MoistureChangeEvent
, NotePlayEvent
, PaperServerListPingEvent
, PhantomPreSpawnEvent
, PigZapEvent
, PigZombieAngerEvent
, PlayerAchievementAwardedEvent
, PlayerAdvancementCriterionGrantEvent
, PlayerAnimationEvent
, PlayerArmorStandManipulateEvent
, PlayerAttemptPickupItemEvent
, PlayerBedEnterEvent
, PlayerBucketEmptyEvent
, PlayerBucketEvent
, PlayerBucketFillEvent
, PlayerChatEvent
, PlayerCommandPreprocessEvent
, PlayerDeathEvent
, PlayerDropItemEvent
, PlayerEditBookEvent
, PlayerElytraBoostEvent
, PlayerFishEvent
, PlayerGameModeChangeEvent
, PlayerHandshakeEvent
, PlayerInteractAtEntityEvent
, PlayerInteractEntityEvent
, PlayerInteractEvent
, PlayerItemConsumeEvent
, PlayerItemDamageEvent
, PlayerItemHeldEvent
, PlayerItemMendEvent
, PlayerJumpEvent
, PlayerKickEvent
, PlayerLaunchProjectileEvent
, PlayerLeashEntityEvent
, PlayerMoveEvent
, PlayerNaturallySpawnCreaturesEvent
, PlayerPickupArrowEvent
, PlayerPickupExperienceEvent
, PlayerPickupItemEvent
, PlayerPortalEvent
, PlayerReadyArrowEvent
, PlayerRecipeDiscoverEvent
, PlayerShearEntityEvent
, PlayerStartSpectatingEntityEvent
, PlayerStatisticIncrementEvent
, PlayerStopSpectatingEntityEvent
, PlayerSwapHandItemsEvent
, PlayerTeleportEndGatewayEvent
, PlayerTeleportEvent
, PlayerToggleFlightEvent
, PlayerToggleSneakEvent
, PlayerToggleSprintEvent
, PlayerUnleashEntityEvent
, PlayerVelocityEvent
, PortalCreateEvent
, PotionSplashEvent
, PreCreatureSpawnEvent
, PrepareItemEnchantEvent
, PreSpawnerSpawnEvent
, ProjectileCollideEvent
, ProjectileLaunchEvent
, RemoteServerCommandEvent
, ServerCommandEvent
, SheepDyeWoolEvent
, SheepRegrowWoolEvent
, SignChangeEvent
, SkeletonHorseTrapEvent
, SlimeChangeDirectionEvent
, SlimePathfindEvent
, SlimeSplitEvent
, SlimeSwimEvent
, SlimeTargetLivingEntityEvent
, SlimeWanderEvent
, SpawnerSpawnEvent
, SpongeAbsorbEvent
, StructureGrowEvent
, TabCompleteEvent
, ThunderChangeEvent
, TNTPrimeEvent
, TurtleGoHomeEvent
, TurtleLayEggEvent
, TurtleStartDiggingEvent
, VehicleCreateEvent
, VehicleDamageEvent
, VehicleDestroyEvent
, VehicleEnterEvent
, VehicleEntityCollisionEvent
, VehicleExitEvent
, VillagerAcquireTradeEvent
, VillagerReplenishTradeEvent
, WeatherChangeEvent
, WitchConsumePotionEvent
, WitchReadyPotionEvent
, WitchThrowPotionEvent
, WorldUnloadEvent
public interface Cancellable
Modifier and Type | Method | Description |
---|---|---|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
boolean isCancelled()
void setCancelled(boolean cancel)
cancel
- true if you wish to cancel this eventCopyright © 2020. All rights reserved.