- CancelAttempt - Class in com.sk89q.worldguard.bukkit.event.debug
-
Represents call to Cancellable.setCancelled(boolean).
- CancelAttempt(boolean, boolean, StackTraceElement[]) - Constructor for class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Create a new instance.
- CancelLogger - Class in com.sk89q.worldguard.bukkit.event.debug
-
Logs attempts at cancellation.
- CancelLogger() - Constructor for class com.sk89q.worldguard.bukkit.event.debug.CancelLogger
-
- CancelLogging - Interface in com.sk89q.worldguard.bukkit.event.debug
-
- CancelReport - Class in com.sk89q.worldguard.bukkit.util.report
-
Reports on cancelled events.
- CancelReport(T, List<CancelAttempt>, int) - Constructor for class com.sk89q.worldguard.bukkit.util.report.CancelReport
-
- Cause - Class in com.sk89q.worldguard.bukkit.cause
-
An instance of this object describes the actors that played a role in
causing an event, with the ability to describe a situation where one actor
controls several other actors to create the event.
- checkPermission(CommandSender, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks permissions and throws an exception if permission is not met.
- ChestProtectionListener - Class in com.sk89q.worldguard.bukkit.listener
-
Handle events that need to be processed by the chest protection.
- ChestProtectionListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Construct the listener.
- ClassSourceValidator - Class in com.sk89q.worldguard.bukkit.util.logging
-
Validates that certain specified classes came from the same source as
a plugin.
- ClassSourceValidator(Plugin) - Constructor for class com.sk89q.worldguard.bukkit.util.logging.ClassSourceValidator
-
Create a new instance.
- com.sk89q.worldguard.bukkit - package com.sk89q.worldguard.bukkit
-
- com.sk89q.worldguard.bukkit.cause - package com.sk89q.worldguard.bukkit.cause
-
- com.sk89q.worldguard.bukkit.chest - package com.sk89q.worldguard.bukkit.chest
-
- com.sk89q.worldguard.bukkit.event - package com.sk89q.worldguard.bukkit.event
-
- com.sk89q.worldguard.bukkit.event.block - package com.sk89q.worldguard.bukkit.event.block
-
- com.sk89q.worldguard.bukkit.event.debug - package com.sk89q.worldguard.bukkit.event.debug
-
- com.sk89q.worldguard.bukkit.event.entity - package com.sk89q.worldguard.bukkit.event.entity
-
- com.sk89q.worldguard.bukkit.event.inventory - package com.sk89q.worldguard.bukkit.event.inventory
-
- com.sk89q.worldguard.bukkit.event.player - package com.sk89q.worldguard.bukkit.event.player
-
- com.sk89q.worldguard.bukkit.internal - package com.sk89q.worldguard.bukkit.internal
-
- com.sk89q.worldguard.bukkit.listener - package com.sk89q.worldguard.bukkit.listener
-
- com.sk89q.worldguard.bukkit.listener.debounce - package com.sk89q.worldguard.bukkit.listener.debounce
-
- com.sk89q.worldguard.bukkit.listener.debounce.legacy - package com.sk89q.worldguard.bukkit.listener.debounce.legacy
-
- com.sk89q.worldguard.bukkit.protection.events - package com.sk89q.worldguard.bukkit.protection.events
-
- com.sk89q.worldguard.bukkit.protection.events.flags - package com.sk89q.worldguard.bukkit.protection.events.flags
-
- com.sk89q.worldguard.bukkit.session - package com.sk89q.worldguard.bukkit.session
-
- com.sk89q.worldguard.bukkit.util - package com.sk89q.worldguard.bukkit.util
-
- com.sk89q.worldguard.bukkit.util.logging - package com.sk89q.worldguard.bukkit.util.logging
-
- com.sk89q.worldguard.bukkit.util.report - package com.sk89q.worldguard.bukkit.util.report
-
- com.sk89q.worldguard.util.profile.resolver - package com.sk89q.worldguard.util.profile.resolver
-
- copyDefaults() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
- create(Object...) - Static method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Create a new instance with the given objects as the cause,
where the first-most object is the initial initiator and those
following it are controlled by the previous entry.
- create(int) - Static method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
-
- createDefaultConfiguration(File, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Create a default configuration file from the .jar.
- createProfileService(ProfileCache) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- createProtectionQuery() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Return a protection query helper object that can be used by another
plugin to test whether WorldGuard permits an action at a particular
place.
- createTarget(Block, Material) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a blacklist target for the given block.
- createTarget(Block) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a blacklist target for the given block.
- createTarget(ItemStack) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a blacklist target for the given item.
- createTarget(Material) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a blacklist target for the given material.
- get(World) - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
Get the configuration for a world.
- getAfter() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the cancellation state after the call.
- getAttacker() - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- getBefore() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the cancellation state before the call.
- getBucketBlockMaterial(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Get the material of the block placed by the given bucket, defaulting
to water if the bucket type is not known.
- getCancels() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelLogger
-
Get an immutable list of cancels.
- getCancels() - Method in interface com.sk89q.worldguard.bukkit.event.debug.CancelLogging
-
Get an immutable list of cancels.
- getCancels() - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockBreakEvent
-
- getCancels() - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockPlaceEvent
-
- getCancels() - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingEntityDamageByEntityEvent
-
- getCancels() - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingPlayerInteractEvent
-
- getCause() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Return the cause.
- getCause() - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- getChestProtection() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
- getConfigDir() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getConnected(Block) - Static method in class com.sk89q.worldguard.bukkit.util.Blocks
-
Get a list of connected blocks to the given block, not including
the given block.
- getDataFolder() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
- getDebugHandler() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getDefaultGameMode() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getDefender() - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- getEffectiveType() - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
Get the effective entity type of the spawned entity.
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
- getEntitySpawnEgg(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
- getEntry(K, Cancellable) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce
-
- getExhaustion() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getExplicitResult() - Method in interface com.sk89q.worldguard.bukkit.event.BulkEvent
-
Get the actual result.
- getFireTicks() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getFirstBlock() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- getFirstEntity() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- getFirstNonPlayerEntity() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- getFirstPlayer() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- getFoodLevel() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getGlobalStateManager() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getGroups() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getGroups(OfflinePlayer) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the groups of a player.
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.event.player.ProcessPlayerEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- getHandlerList() - Static method in class com.sk89q.worldguard.bukkit.protection.events.flags.FlagContextCreateEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.event.player.ProcessPlayerEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- getHandlers() - Method in class com.sk89q.worldguard.bukkit.protection.events.flags.FlagContextCreateEvent
-
- getHealth() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getIdealRequestLimit() - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
-
- getIfNotPresent(K, Cancellable) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
-
- getIfPresent(Metadatable, String, Class<T>) - Static method in class com.sk89q.worldguard.bukkit.internal.WGMetadata
-
Get the (first) metadata value on the given target that has the given
key and is of the given class type.
- getInstance() - Static method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
-
- getItemStack() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
Get the item stack.
- getMatcher() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getMaxHealth() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getName() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getOriginalEvent() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Get the original event.
- getPlatformName() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getPlatformVersion() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getPlayer() - Method in class com.sk89q.worldguard.bukkit.event.player.ProcessPlayerEvent
-
- getPlayerMoveListener() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
- getPlayerTimeOffset() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getPlayerWeather() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getPotionEffectBits(ItemStack) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get just the potion effect bits.
- getRegionContainer() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getRelatedEntity(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Get the related entity type for a material.
- getRelatedMaterial(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Get the related material for an entity type.
- getRelevantFlags() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Get a list of relevant flags to consider for this event.
- getResult() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
- getResult() - Method in interface com.sk89q.worldguard.bukkit.event.Handleable
-
- getRootCause() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- getSaturation() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getSessionManager() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getShooter(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Get the underlying shooter of a projectile if one exists.
- getSpawnProtection(World) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
-
- getStackTrace() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the stack trace.
- getTitle() - Method in class com.sk89q.worldguard.bukkit.util.report.CancelReport
-
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
Get the world.
- getWorldByName(String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
-
- getWorldConfigs() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
- getWorldEdit() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets a copy of the WorldEdit plugin.
- inGroup(OfflinePlayer, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Check whether a player is in a group.
- initialize() - Method in class com.sk89q.worldguard.bukkit.BukkitRegionContainer
-
- initWorld(World) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Initialize the settings for the specified world
- inst() - Static method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the current instance of WorldGuard
- InteropUtils - Class in com.sk89q.worldguard.bukkit.util
-
- InventoryMoveItemEventDebounce - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
-
- InventoryMoveItemEventDebounce(int) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.InventoryMoveItemEventDebounce
-
- InventoryMoveItemEventDebounce.Key - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
-
- InvincibilityListener - Class in com.sk89q.worldguard.bukkit.listener
-
- InvincibilityListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Construct the listener.
- isAdjacentChestProtected(Location, LocalPlayer) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
- isAmbient(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is ambient.
- isAoECloud(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
- isArmor(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Check if the material is equippable armor (i.e.
- isBed(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
- isBlockModifiedOnClick(Material, boolean) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a block that is modified when it is
left or right clicked.
- isBoat(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a Boat.
- isCancelled() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
- isCancelled() - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
-
- isChestProtected(Location, LocalPlayer) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
- isChestProtected(Location) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
- isChestProtectedPlacement(Location, LocalPlayer) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
- isConsideredBuildingIfUsed(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether using the given entity should be considered "building"
rather than merely using an entity.
- isConsideredBuildingIfUsed(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material should be tested as "building" when
it is used.
- isCrop(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the material is a crop.
- isDetectingPlugin() - Method in class com.sk89q.worldguard.bukkit.util.report.CancelReport
-
- isExplosionCause(EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Return whether the given cause is an explosion.
- isFakePlayer(Player) - Static method in class com.sk89q.worldguard.bukkit.util.InteropUtils
-
Return whether the given player is a fake player.
- isFireball(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Return if the given entity type is a fireball
(not including wither skulls).
- isFireCause(EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Return whether the given damage cause is fire-reltaed.
- isHostile(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is hostile.
- isIndirect() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Test whether the traced cause is indirect.
- isInventoryBlock(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is an inventory block.
- isItemAppliedToBlock(Material, Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given item modifies a given block when right clicked.
- isKnown() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Return whether a cause is known.
- isLava(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is lava.
- isLeaf(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a leaf block.
- isLiquid(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a liquid block.
- isMinecart(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity type is a Minecart type.
- isMinecart(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a Minecart.
- isMushroom(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a mushroom.
- isNonHostile(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is a non-hostile creature.
- isNonPlayerCreature(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is a creature (a living thing) that is
not a player.
- isNPC(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is an NPC.
- isPistonBlock(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a piston block, not including
the "technical blocks" such as the piston extension block.
- isPlayerTimeRelative() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- isPortal(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a portal material.
- isPotionArrow(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
- isProtectedSign(Location, LocalPlayer) - Method in class com.sk89q.worldguard.bukkit.chest.BukkitSignChestProtection
-
- isRailBlock(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a rail block.
- isRiddenOnUse(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity can be ridden if it is right clicked.
- isSilent() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Get whether this should be a silent check.
- isSpawnEgg(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
- isTamed(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity is tameable and tamed.
- isTNTBased(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Return if the given entity type is TNT-based.
- isUseFlagApplicable(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is affected by
Flags.USE.
- isVehicle(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity type is a vehicle type.
- isWater(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is water.
- isWaterPotion(ItemStack) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Checks if the given potion is a vial of water.