Index
All Classes and Interfaces|All Packages
A
- AbstractEventDebounce<K> - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- AbstractEventDebounce.Entry - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- add(TargetMatcher) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- addObject(String, Object) - Method in class com.sk89q.worldguard.bukkit.protection.events.flags.FlagContextCreateEvent
-
Add an object to the flag context with the given key.
- addPlatformReports(ReportList) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- allowAllInteract - Variable in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
B
- ban(String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- BlacklistListener - Class in com.sk89q.worldguard.bukkit.listener
-
Handle events that need to be processed by the blacklist.
- BlacklistListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Construct the listener.
- BlockedPotionsListener - Class in com.sk89q.worldguard.bukkit.listener
-
Handles blocked potions.
- BlockedPotionsListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Construct the listener.
- BlockEntityEventDebounce - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- BlockEntityEventDebounce(int) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.BlockEntityEventDebounce
- BlockEntityEventDebounce.Key - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- BlockPistonExtendKey - Class in com.sk89q.worldguard.bukkit.listener.debounce
- BlockPistonExtendKey(BlockPistonExtendEvent) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonExtendKey
- BlockPistonRetractKey - Class in com.sk89q.worldguard.bukkit.listener.debounce
- BlockPistonRetractKey(BlockPistonRetractEvent) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonRetractKey
- blockPotions - Variable in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
- Blocks - Class in com.sk89q.worldguard.bukkit.util
-
Utility methods to deal with blocks.
- blockUseAtFeet - Variable in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
- BreakBlockEvent - Class in com.sk89q.worldguard.bukkit.event.block
-
This event is an internal event.
- BreakBlockEvent(Event, Cause, Block) - Constructor for class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
- BreakBlockEvent(Event, Cause, Location, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
- BreakBlockEvent(Event, Cause, World, List<Block>, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
- broadcastNotification(TextComponent) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- broadcastNotification(String) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- BuildPermissionListener - Class in com.sk89q.worldguard.bukkit.listener
- BuildPermissionListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Construct the listener.
- BukkitConfigurationManager - Class in com.sk89q.worldguard.bukkit
- BukkitConfigurationManager(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
Construct the object.
- BukkitDebugHandler - Class in com.sk89q.worldguard.bukkit
- BukkitPlayer - Class in com.sk89q.worldguard.bukkit
- BukkitPlayer(WorldGuardPlugin, Player) - Constructor for class com.sk89q.worldguard.bukkit.BukkitPlayer
- BukkitRegionContainer - Class in com.sk89q.worldguard.bukkit
- BukkitRegionContainer(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.BukkitRegionContainer
-
Create a new instance.
- BukkitSessionManager - Class in com.sk89q.worldguard.bukkit.session
-
Keeps tracks of sessions and also does session-related handling (flags, etc.).
- BukkitSessionManager() - Constructor for class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
- BukkitSignChestProtection - Class in com.sk89q.worldguard.bukkit.chest
- BukkitSignChestProtection() - Constructor for class com.sk89q.worldguard.bukkit.chest.BukkitSignChestProtection
- BukkitStringMatcher - Class in com.sk89q.worldguard.bukkit
- BukkitStringMatcher() - Constructor for class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- BukkitUtil - Class in com.sk89q.worldguard.bukkit
- BukkitWorldConfiguration - Class in com.sk89q.worldguard.bukkit
-
Holds the configuration for individual worlds.
- BukkitWorldConfiguration(WorldGuardPlugin, String, YAMLProcessor) - Constructor for class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
Construct the object.
- BukkitWorldGuardPlatform - Class in com.sk89q.worldguard.bukkit
- BukkitWorldGuardPlatform() - Constructor for class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- BulkEvent - Interface in com.sk89q.worldguard.bukkit.event
-
A bulk event contains several affected objects in a list.
C
- 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
-
Validates that certain specified classes came from the same source as a plugin.
- ClassSourceValidator(Plugin) - Constructor for class com.sk89q.worldguard.bukkit.util.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.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(int) - Static method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
- 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.
- 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.
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
- createRegionAssociable(Cause) - Method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
- 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.
D
- DamageEntityEvent - Class in com.sk89q.worldguard.bukkit.event.entity
-
This event is an internal event.
- DamageEntityEvent(Event, Cause, Entity) - Constructor for class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
- DatapackReport - Class in com.sk89q.worldguard.bukkit.util.report
-
A report for current datapacks with some information.
- DatapackReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.DatapackReport
- debounce(K, Cancellable, T) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce
- debounce(Block, Entity, Cancellable, T) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.BlockEntityEventDebounce
- debounce(Entity, Entity, Cancellable, T) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.EntityEntityEventDebounce
- DebuggingListener - Class in com.sk89q.worldguard.bukkit.listener
- DebuggingListener(WorldGuardPlugin, Logger) - Constructor for class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Construct the listener.
- DelegateEvent - Class in com.sk89q.worldguard.bukkit.event
-
This event is an internal event.
- DelegateEvent(Event, Cause) - Constructor for class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Create a new instance
- DelegateEvents - Class in com.sk89q.worldguard.bukkit.event
-
Utility methods for dealing with delegate events.
- DestroyEntityEvent - Class in com.sk89q.worldguard.bukkit.event.entity
-
This event is an internal event.
- DestroyEntityEvent(Event, Cause, Entity) - Constructor for class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
- detectPlugin(StackTraceElement[]) - Method in class com.sk89q.worldguard.bukkit.util.HandlerTracer
-
Attempt to detect the cause of an event that was fired.
- DisallowedPVPEvent - Class in com.sk89q.worldguard.bukkit.protection.events
-
This event is fired when PVP is disallowed between players due to a "pvp deny" flag.
- DisallowedPVPEvent(Player, Player, Event) - Constructor for class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
E
- Entities - Class in com.sk89q.worldguard.bukkit.util
- EntityEntityEventDebounce - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- EntityEntityEventDebounce(int) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.EntityEntityEventDebounce
- EntityEntityEventDebounce.Key - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
- Entry() - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce.Entry
- Entry() - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce.Entry
- equals(Object) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonExtendKey
- equals(Object) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonRetractKey
- equals(Object) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.BlockEntityEventDebounce.Key
- equals(Object) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.EntityEntityEventDebounce.Key
- equals(Object) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.InventoryMoveItemEventDebounce.Key
- EventAbstractionListener - Class in com.sk89q.worldguard.bukkit.listener
- EventAbstractionListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Construct the listener.
- EventDebounce<K> - Class in com.sk89q.worldguard.bukkit.listener.debounce
- EventDebounce(int) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
- EventDebounce.Entry - Class in com.sk89q.worldguard.bukkit.listener.debounce
- Events - Class in com.sk89q.worldguard.bukkit.util
-
Utility methods to deal with events.
F
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
Filter the list of affected entities with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
Filter the list of affected entities with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
Filter the list of affected entities with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
Filter the list of affected entities with the given predicate.
- filter(Predicate<Location>) - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
Filter the list of affected blocks with the given predicate.
- filter(Predicate<Location>) - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
Filter the list of affected blocks with the given predicate.
- filter(Predicate<Location>) - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
Filter the list of affected blocks with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
Filter the list of affected blocks with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
Filter the list of affected blocks with the given predicate.
- filter(Predicate<Location>, boolean) - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
Filter the list of affected blocks with the given predicate.
- find(EntityType...) - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Find the first type matching one in the given array.
- findAllByName(Iterable<String>) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
- findAllByName(Iterable<String>, Predicate<Profile>) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
- findAllByUuid(Iterable<UUID>) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
- findAllByUuid(Iterable<UUID>, Predicate<Profile>) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
- findByName(String) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
-
Deprecated.
- findByUuid(UUID) - Method in class com.sk89q.worldguard.util.profile.resolver.PaperProfileService
-
Deprecated.
- findMismatches(List<Class<?>>) - Method in class com.sk89q.worldguard.bukkit.util.ClassSourceValidator
-
Return a map of classes that been loaded from a different source.
- fire(Event) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Fire an event.
- fireAndTestCancel(T) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Fire the
eventToFire
and return whether the event was cancelled. - fireBulkEventToCancel(Cancellable, T) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Fire the
eventToFire
and cancel the original if the fired event is explicitly cancelled. - fireItemEventToCancel(PlayerInteractEvent, T) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Fire the
eventToFire
and cancel the original if the fired event is cancelled. - fireToCancel(Cancellable, T) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Fire the
eventToFire
and cancel the original if the fired event is cancelled. - fireToCancel(Cancellable, T, K) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
- FlagContextCreateEvent - Class in com.sk89q.worldguard.bukkit.protection.events.flags
- FlagContextCreateEvent(FlagContext.FlagContextBuilder) - Constructor for class com.sk89q.worldguard.bukkit.protection.events.flags.FlagContextCreateEvent
G
- get(World) - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
-
Get the configuration for a world.
- get(String) - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- 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.
- getBlocks() - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
Get the affected blocks.
- getBlocks() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
Get the affected blocks.
- getBlocks() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
Get the affected blocks.
- 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
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Get the global configuration.
- getConfig() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Get the global configuration.
- getConfigDir() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- getConfigManager() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Internal method.
- 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
- getEffectiveMaterial() - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
Get the effective material of the block, regardless of what the block currently is.
- getEffectiveMaterial() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
Get the effective material of the block, regardless of what the block currently is.
- getEffectiveMaterial() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
Get the effective material of the block, regardless of what the block currently is.
- 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.SpawnEntityEvent
-
Get the target entity being affected.
- 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 class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
- getExplicitResult() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- getExplicitResult() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
- getExplicitResult() - Method in interface com.sk89q.worldguard.bukkit.event.BulkEvent
-
Get the actual result.
- getExplosionFlag(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Get the explosion flag relevant for an entity type.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Get the plugin.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Get the plugin.
- 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.block.BreakBlockEvent
- getResult() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- getResult() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
- 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.
- getTarget() - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
Get the target location being affected.
- getTarget() - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
Get the target location being affected.
- getTarget() - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
Get the target location being affected.
- getTarget() - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
Get the target location being affected.
- getTitle() - Method in class com.sk89q.worldguard.bukkit.util.report.CancelReport
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.block.BreakBlockEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
Get the world.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
Get the world.
- getWorldByName(String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Get the world configuration given a player.
- getWorldConfig(LocalPlayer) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Get the world configuration given a player.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Get the world configuration given a world.
- getWorldConfig(String) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Get the world configuration given a world.
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
- getWorldConfig(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
- 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.
H
- Handleable - Interface in com.sk89q.worldguard.bukkit.event
- HandlerTracer - Class in com.sk89q.worldguard.bukkit.util
-
Traces the owner of a handler.
- HandlerTracer(Event) - Constructor for class com.sk89q.worldguard.bukkit.util.HandlerTracer
- hasBypass(LocalPlayer, World) - Method in class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
- hasCommandBookGodMode() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- hasDamageEffect(Collection<PotionEffect>) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether a list of potion effects contains one or more potion effects used for doing damage.
- hasGroup(String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- hashCode() - Method in class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonExtendKey
- hashCode() - Method in class com.sk89q.worldguard.bukkit.listener.debounce.BlockPistonRetractKey
- hashCode() - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.BlockEntityEventDebounce.Key
- hashCode() - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.EntityEntityEventDebounce.Key
- hashCode() - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.InventoryMoveItemEventDebounce.Key
- hasPermission(String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- hasPermission(CommandSender, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks permissions.
I
- 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.
- isAmethystGrowth(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- isAnvil(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- 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(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity type is a Boat type.
- 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) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
- isChestProtected(Location, LocalPlayer) - 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.
- isCoral(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- 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.
- isFire(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- 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
- isPluginSpawning(CreatureSpawnEvent.SpawnReason) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Check whether the spawn reason should be considered as a "plugin spawning".
- 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.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Return whether region support is enabled.
- isRegionSupportEnabled(World) - Static method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Return whether region support is enabled.
- 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.
- isSculkGrowth(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- isShulkerBox(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a Shulker Box.
- 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.
- isToolApplicable(Material, Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Check if the material is usable via right-click on the target material.
- isUnwaxedCopper(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
- 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.
- isVine(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the material should be handled as vine.
- 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.
- isWaxedCopper(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
K
- Key(Entity, Entity) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.EntityEntityEventDebounce.Key
- Key(InventoryMoveItemEvent) - Constructor for class com.sk89q.worldguard.bukkit.listener.debounce.legacy.InventoryMoveItemEventDebounce.Key
- kick(String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
L
- load() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- load() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- load(World) - Method in class com.sk89q.worldguard.bukkit.BukkitRegionContainer
- loadConfiguration() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
-
Load the configuration.
- log(boolean, boolean, StackTraceElement[]) - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelLogger
-
Log a call.
- LoggingBlockBreakEvent - Class in com.sk89q.worldguard.bukkit.event.debug
- LoggingBlockBreakEvent(Block, Player) - Constructor for class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockBreakEvent
- LoggingBlockPlaceEvent - Class in com.sk89q.worldguard.bukkit.event.debug
- LoggingBlockPlaceEvent(Block, BlockState, Block, ItemStack, Player, boolean) - Constructor for class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockPlaceEvent
- LoggingEntityDamageByEntityEvent - Class in com.sk89q.worldguard.bukkit.event.debug
- LoggingEntityDamageByEntityEvent(Entity, Entity, EntityDamageEvent.DamageCause, double) - Constructor for class com.sk89q.worldguard.bukkit.event.debug.LoggingEntityDamageByEntityEvent
- LoggingPlayerInteractEvent - Class in com.sk89q.worldguard.bukkit.event.debug
- LoggingPlayerInteractEvent(Player, Action, ItemStack, Block, BlockFace) - Constructor for class com.sk89q.worldguard.bukkit.event.debug.LoggingPlayerInteractEvent
M
- matchPlayerNames(String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- matchPlayerOrConsole(Actor, String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- matchPlayers(Actor, String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- matchWorld(Actor, String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- Materials - Class in com.sk89q.worldguard.bukkit.util
-
Material utility class.
N
- notifyFlagContextCreate(FlagContext.FlagContextBuilder) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
O
- onBedEnter(PlayerBedEnterEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockBreak(BlockBreakEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockBreak(BlockBreakEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockBurn(BlockBurnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockBurn(BlockBurnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockDamage(BlockDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockDispense(BlockDispenseEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onBlockDispense(BlockDispenseEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockDispenseArmor(BlockDispenseArmorEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onBlockExp(BlockExpEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockExplode(BlockExplodeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockExplode(BlockExplodeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockFade(BlockFadeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockFertilize(BlockFertilizeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockForm(BlockFormEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockFromTo(BlockFromToEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockFromTo(BlockFromToEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockGrow(BlockGrowEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockIgnite(BlockIgniteEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockIgnite(BlockIgniteEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockMultiPlace(BlockMultiPlaceEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockPhysics(BlockPhysicsEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockPistonExtend(BlockPistonExtendEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockPistonRetract(BlockPistonRetractEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockPlace(BlockPlaceEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onBlockPlace(BlockPlaceEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockRedstoneChange(BlockRedstoneEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBlockSpread(BlockSpreadEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
- onBreakBlock(BreakBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onCauldronLevelChange(CauldronLevelChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onChunkLoad(ChunkLoadEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
- onCommand(CommandSender, Command, String, String[]) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
- onCreatePortal(PortalCreateEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onCreatureSpawn(CreatureSpawnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onCreatureSpawn(CreatureSpawnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onCreeperPower(CreeperPowerEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onDamageEntity(DamageEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onDamageEntity(DamageEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onDamageEntity(DamageEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onDestroyEntity(DestroyEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onDestroyEntity(DestroyEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onDestroyEntity(DestroyEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onDestroyEntity(DestroyEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onDisable() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
- onEnable() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Called on plugin enable.
- onEntityBlockForm(EntityBlockFormEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityChangeBlock(EntityChangeBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityChangeBlock(EntityChangeBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Called when an entity changes a block somehow
- onEntityCombust(EntityCombustEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityCombust(EntityCombustEvent) - Method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
- onEntityDamage(EntityDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityDamage(EntityDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
- onEntityDamage(EntityDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
- onEntityDamage(EntityDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityDeath(EntityDeathEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityDeath(EntityDeathEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityExplode(EntityExplodeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityExplode(EntityExplodeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityInteract(EntityInteractEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityInteract(EntityInteractEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityMount(EntityMountEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- onEntityPickupItem(EntityPickupItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityRegainHealth(EntityRegainHealthEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityTame(EntityTameEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onEntityTransform(EntityTransformEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onEntityUnleash(EntityUnleashEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onExpBottle(ExpBottleEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onExplosionPrime(ExplosionPrimeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onFoodChange(FoodLevelChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onFoodLevelChange(FoodLevelChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
- onHangingBreak(HangingBreakEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onHangingBreak(HangingBreakEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
- onHangingPlace(HangingPlaceEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onInventoryClick(InventoryClickEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onInventoryCreative(InventoryCreativeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onInventoryDrag(InventoryDragEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onInventoryMoveItem(InventoryMoveItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onInventoryOpen(InventoryOpenEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onItemHeldChange(PlayerItemHeldEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onItemInteract(UseItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
- onLeavesDecay(LeavesDecayEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
- onLightningStrike(LightningStrikeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- onLingeringApply(AreaEffectCloudApplyEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onLingeringSplash(LingeringPotionSplashEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onMoistureChange(MoistureChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Called when the moisture level of a block changes
- onPigZap(PigZapEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
- onPlaceBlock(PlaceBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onPlayerBucketEmpty(PlayerBucketEmptyEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerBucketFill(PlayerBucketFillEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerChat(AsyncPlayerChatEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerDropItem(PlayerDropItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onPlayerDropItem(PlayerDropItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerFish(PlayerFishEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerGameModeChange(PlayerGameModeChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerInteract(PlayerInteractEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerInteract(PlayerInteractEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerInteractAtEntity(PlayerInteractAtEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerInteractEntity(PlayerInteractEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerItemConsume(PlayerItemConsumeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerItemHeld(PlayerItemHeldEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onPlayerJoin(PlayerJoinEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerLogin(PlayerLoginEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerMove(PlayerMoveEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- onPlayerPickupItem(PlayerPickupItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerProcess(ProcessPlayerEvent) - Method in class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
- onPlayerQuit(PlayerQuitEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- onPlayerRespawn(PlayerRespawnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- onPlayerRespawn(PlayerRespawnEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerShearEntity(PlayerShearEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onPlayerTeleport(PlayerTeleportEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- onPlayerWhois(InfoComponent.PlayerWhoisEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardCommandBookListener
- onPluginDisable(PluginDisableEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
- onPluginEnable(PluginEnableEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
- onPotionEffect(EntityPotionEffectEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
- onPotionSplash(PotionSplashEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onProcessPlayer(ProcessPlayerEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
- onProjectile(DamageEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
- onSignChange(SignChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- onSignChange(SignChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onSpawnEntity(SpawnEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onSpawnEntity(SpawnEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onSpawnEntity(SpawnEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onSpawnEntity(SpawnEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onSpawnEntity(SpawnEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
- onStructureGrowEvent(StructureGrowEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onTakeLecternBook(PlayerTakeLecternBookEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onThunderChange(ThunderChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- onUseBlock(UseBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onUseBlock(UseBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onUseBlock(UseBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
- onUseBlock(UseBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onUseBlock(UseBlockEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onUseEntity(UseEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onUseEntity(UseEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onUseEntity(UseEntityEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onUseItem(UseItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
- onUseItem(UseItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
- onUseItem(UseItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
- onVehicleDamage(VehicleDamageEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onVehicleDestroy(VehicleDestroyEvent) - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- onVehicleEnter(VehicleEnterEvent) - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- onVehicleEnter(VehicleEnterEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
- onVehicleExit(VehicleExitEvent) - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
- onVehicleMove(VehicleMoveEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
- onWeatherChange(WeatherChangeEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- onWorldLoad(WorldLoadEvent) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
P
- PaperProfileService - Class in com.sk89q.worldguard.util.profile.resolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- PerformanceReport - Class in com.sk89q.worldguard.bukkit.util.report
- PerformanceReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.PerformanceReport
- PlaceBlockEvent - Class in com.sk89q.worldguard.bukkit.event.block
-
This event is an internal event.
- PlaceBlockEvent(Event, Cause, Block) - Constructor for class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- PlaceBlockEvent(Event, Cause, Location, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- PlaceBlockEvent(Event, Cause, World, List<Block>, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- PlaceBlockEvent(Event, Cause, World, List<BlockState>) - Constructor for class com.sk89q.worldguard.bukkit.event.block.PlaceBlockEvent
- PlayerModesListener - Class in com.sk89q.worldguard.bukkit.listener
- PlayerModesListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Construct the listener.
- PlayerMoveListener - Class in com.sk89q.worldguard.bukkit.listener
- PlayerMoveListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- plugin - Variable in class com.sk89q.worldguard.bukkit.BukkitPlayer
- PluginReport - Class in com.sk89q.worldguard.bukkit.util.report
- PluginReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.PluginReport
- postLoad() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- printRaw(String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- ProcessPlayerEvent - Class in com.sk89q.worldguard.bukkit.event.player
-
This event is an internal event.
- ProcessPlayerEvent(Player) - Constructor for class com.sk89q.worldguard.bukkit.event.player.ProcessPlayerEvent
- ProtectionQuery - Class in com.sk89q.worldguard.bukkit
-
A helper class to query whether a block or entity is protected by WorldGuard.
- ProtectionQuery() - Constructor for class com.sk89q.worldguard.bukkit.ProtectionQuery
- put(Metadatable, String, Object) - Static method in class com.sk89q.worldguard.bukkit.internal.WGMetadata
-
Add some metadata to a target.
R
- RegionFlagsListener - Class in com.sk89q.worldguard.bukkit.listener
- RegionFlagsListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Construct the listener.
- RegionProtectionListener - Class in com.sk89q.worldguard.bukkit.listener
-
Handle events that need to be processed by region protection.
- RegionProtectionListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Construct the listener.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.BlacklistListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.BlockedPotionsListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.BuildPermissionListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.ChestProtectionListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.DebuggingListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.PlayerModesListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.RegionProtectionListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
- remove(Metadatable, String) - Static method in class com.sk89q.worldguard.bukkit.internal.WGMetadata
-
Removes metadata from the target.
- replaceMacros(Actor, String) - Method in class com.sk89q.worldguard.bukkit.BukkitStringMatcher
- reportMismatches(List<Class<?>>) - Method in class com.sk89q.worldguard.bukkit.util.ClassSourceValidator
-
Reports classes that have come from a different source.
- resetAllStates() - Method in class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
-
Re-initialize handlers and clear "last position," "last state," etc.
- resetFallDistance() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- resetPlayerTime() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- resetPlayerWeather() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- restoreStatistic(Entity, EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Restore the statistic associated with the given cause.
- run() - Method in class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
S
- SchedulerReport - Class in com.sk89q.worldguard.bukkit.util.report
- SchedulerReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.SchedulerReport
- sendTitle(String, String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- ServerReport - Class in com.sk89q.worldguard.bukkit.util.report
- ServerReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.ServerReport
- ServicesReport - Class in com.sk89q.worldguard.bukkit.util.report
- ServicesReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.ServicesReport
- setAllowed(boolean) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Set the event to
Event.Result.ALLOW
ifallowed
is true. - setAllowed(T, boolean) - Static method in class com.sk89q.worldguard.bukkit.event.DelegateEvents
-
Set an event as handled as
Event.Result.ALLOW
ifallowed
is true, otherwise do nothing. - setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockBreakEvent
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingBlockPlaceEvent
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingEntityDamageByEntityEvent
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingPlayerInteractEvent
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce.Entry
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce.Entry
- setCancelled(boolean) - Method in class com.sk89q.worldguard.bukkit.protection.events.DisallowedPVPEvent
- setCompassTarget(Location) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setDetectingPlugin(boolean) - Method in class com.sk89q.worldguard.bukkit.util.report.CancelReport
- setExhaustion(float) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setFireTicks(int) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setFoodLevel(double) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setHealth(double) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setPlayerTime(long, boolean) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setPlayerWeather(WeatherType) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setResult(Event.Result) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
- setResult(Event.Result) - Method in interface com.sk89q.worldguard.bukkit.event.Handleable
- setSaturation(double) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- setSilent(boolean) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Set whether this should be a silent check.
- setSilent(T) - Static method in class com.sk89q.worldguard.bukkit.event.DelegateEvents
-
Set an event to be silent.
- setSilent(T, boolean) - Static method in class com.sk89q.worldguard.bukkit.event.DelegateEvents
-
Set an event to be silent.
- setUseInteractedBlock(Event.Result) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingPlayerInteractEvent
- setUseItemInHand(Event.Result) - Method in class com.sk89q.worldguard.bukkit.event.debug.LoggingPlayerInteractEvent
- shutdown() - Method in class com.sk89q.worldguard.bukkit.BukkitRegionContainer
- shutdown() - Method in class com.sk89q.worldguard.bukkit.session.BukkitSessionManager
- SpawnEntityEvent - Class in com.sk89q.worldguard.bukkit.event.entity
-
This event is an internal event.
- SpawnEntityEvent(Event, Cause, Entity) - Constructor for class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
- SpawnEntityEvent(Event, Cause, Location, EntityType) - Constructor for class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
- stackPlayerInventory(LocalPlayer) - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
T
- TargetMatcherSet - Class in com.sk89q.worldguard.bukkit.internal
- TargetMatcherSet() - Constructor for class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- teleport(Location, String, String) - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
- test(Target) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- test(Block) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- test(BlockState) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- test(ItemStack) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- test(Material) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- testBlockBreak(Object, Block) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether a block can be broken.
- testBlockInteract(Object, Block) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether a block can be interacted with.
- testBlockPlace(Object, Location, Material) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether a block can be placed at a given location.
- testBreak(Actor, LocalPlayer, boolean, boolean) - Method in class com.sk89q.worldguard.bukkit.BukkitDebugHandler
- testDamage(Actor, LocalPlayer, boolean, boolean) - Method in class com.sk89q.worldguard.bukkit.BukkitDebugHandler
- testEntityDamage(Object, Entity) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether an entity can be damaged.
- testEntityDestroy(Object, Entity) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether an entity can be destroyed.
- testEntityInteract(Object, Entity) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether an entity can be interacted with.
- testEntityPlace(Object, Location, EntityType) - Method in class com.sk89q.worldguard.bukkit.ProtectionQuery
-
Test whether an entity can be placed.
- testInteract(Actor, LocalPlayer, boolean, boolean) - Method in class com.sk89q.worldguard.bukkit.BukkitDebugHandler
- testPlace(Actor, LocalPlayer, boolean, boolean) - Method in class com.sk89q.worldguard.bukkit.BukkitDebugHandler
- toString() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
- toString() - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
- toString() - Method in class com.sk89q.worldguard.bukkit.util.report.CancelReport
- trackParentCause(Metadatable, Object) - Static method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Add a parent cause to a
Metadatable
object. - tryDebounce(InventoryMoveItemEvent) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.InventoryMoveItemEventDebounce
U
- unknown() - Static method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Create a new instance that indicates that the cause is not known.
- unload() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- unload() - Method in class com.sk89q.worldguard.bukkit.BukkitWorldGuardPlatform
- untrackParentCause(Metadatable) - Static method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Remove a parent cause from a
Metadatable
object. - unwrapActor(Actor) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
- updateCommandBookGodMode() - Method in class com.sk89q.worldguard.bukkit.BukkitConfigurationManager
- UseBlockEvent - Class in com.sk89q.worldguard.bukkit.event.block
-
This event is an internal event.
- UseBlockEvent(Event, Cause, Block) - Constructor for class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
- UseBlockEvent(Event, Cause, Location, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
- UseBlockEvent(Event, Cause, World, List<Block>, Material) - Constructor for class com.sk89q.worldguard.bukkit.event.block.UseBlockEvent
- UseEntityEvent - Class in com.sk89q.worldguard.bukkit.event.entity
-
This event is an internal event.
- UseEntityEvent(Event, Cause, Entity) - Constructor for class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
- UseItemEvent - Class in com.sk89q.worldguard.bukkit.event.inventory
-
This event is an internal event.
- UseItemEvent(Event, Cause, World, ItemStack) - Constructor for class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
- usePaperEntityOrigin - Variable in class com.sk89q.worldguard.bukkit.BukkitWorldConfiguration
W
- WGMetadata - Class in com.sk89q.worldguard.bukkit.internal
-
Utility methods for dealing with metadata on entities.
- WorldGuardBlockListener - Class in com.sk89q.worldguard.bukkit.listener
-
The listener for block events.
- WorldGuardBlockListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Construct the object.
- WorldGuardCommandBookListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldGuardCommandBookListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardCommandBookListener
- WorldGuardEntityListener - Class in com.sk89q.worldguard.bukkit.listener
-
Listener for entity related events.
- WorldGuardEntityListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener
-
Construct the object;
- WorldGuardHangingListener - Class in com.sk89q.worldguard.bukkit.listener
-
Listener for painting related events.
- WorldGuardHangingListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardHangingListener
- WorldGuardPlayerListener - Class in com.sk89q.worldguard.bukkit.listener
-
Handles all events thrown in relation to a player.
- WorldGuardPlayerListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardPlayerListener
- WorldGuardPlugin - Class in com.sk89q.worldguard.bukkit
-
The main class for WorldGuard as a Bukkit plugin.
- WorldGuardPlugin() - Constructor for class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Construct objects.
- WorldGuardServerListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldGuardServerListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardServerListener
- WorldGuardVehicleListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldGuardVehicleListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
- WorldGuardWeatherListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldGuardWeatherListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
- WorldGuardWorldListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldGuardWorldListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
- WorldReport - Class in com.sk89q.worldguard.bukkit.util.report
- WorldReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.WorldReport
- WorldRulesListener - Class in com.sk89q.worldguard.bukkit.listener
- WorldRulesListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.WorldRulesListener
-
Construct the listener.
- wrapCommandSender(CommandSender) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
- wrapOfflinePlayer(OfflinePlayer) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Wrap a player as a LocalPlayer.
- wrapPlayer(Player) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Wrap a player as a LocalPlayer.
- wrapPlayer(Player, boolean) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Wrap a player as a LocalPlayer.
All Classes and Interfaces|All Packages
PaperPlayerService
instead