- AbstractEventDebounce<K> - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
-
- AbstractEventDebounce.Entry - Class in com.sk89q.worldguard.bukkit.listener.debounce.legacy
-
- AbstractRegionSet - Class in com.sk89q.worldguard.protection
-
- AbstractRegionSet() - Constructor for class com.sk89q.worldguard.protection.AbstractRegionSet
-
- AbstractTask<V> - Class in com.sk89q.worldguard.util.task
-
An abstract task that stores a name and owner.
- AbstractTask(String, Object) - Constructor for class com.sk89q.worldguard.util.task.AbstractTask
-
Create a new instance.
- Action - Interface in com.sk89q.worldguard.blacklist.action
-
- ActionResult - Enum in com.sk89q.worldguard.blacklist.action
-
- ActionType - Enum in com.sk89q.worldguard.blacklist.action
-
- activityHaltToggle - Variable in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
- add(TargetMatcher) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
-
- add(Domain) - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- add(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- add(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- add(ProtectedRegion) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Add a region to this index, replacing any existing one with the same
name (equality determined using
Normal).
- add(int, int) - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- add(long) - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- add(String, String) - Method in class com.sk89q.worldguard.util.net.HttpRequest.Form
-
Add a key/value to the form.
- add(Report) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- add(int, Report) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- addAll(DefaultDomain) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Add all the entries from another domain.
- addAll(Collection<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- addAll(Collection<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- addAll(Collection<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Add a list of regions to this index, replacing any existing one
with the same name (equality determined using
Normal).
- addAll(RegionDifference) - Method in class com.sk89q.worldguard.protection.managers.RegionDifference
-
- addAll(Collection<? extends Report>) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- addAll(int, Collection<? extends Report>) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- addGroup(String) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Add the name of the group to the domain.
- addGroup(String) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
Add the name of the group to the domain.
- addHandler(LoggerHandler) - Method in class com.sk89q.worldguard.blacklist.BlacklistLoggerHandler
-
Add a handler.
- addListener(Runnable, Executor) - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- addMember(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.MemberCommands
-
- addOwner(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.MemberCommands
-
- addOwnersFromCommand(CommandContext, int) - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
Add the owners from the command's arguments.
- addPlayer(String) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Add the given player to the domain, identified by the player's name.
- addPlayer(UUID) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Add the given player to the domain, identified by the player's UUID.
- addPlayer(LocalPlayer) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Add the given player to the domain, identified by the player's UUID.
- addPlayer(String) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Add the given player to the domain, identified by the player's name.
- addPlayer(UUID) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Add the given player to the domain, identified by the player's UUID.
- addPlayer(LocalPlayer) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Add the given player to the domain, identified by the player's UUID.
- addProgressListener(ListenableFuture<?>, CommandSender, String) - Static method in class com.sk89q.worldguard.bukkit.commands.FutureProgressListener
-
- addRegion(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Aad a region to the manager.
- addSpongeWater(WorldGuardPlugin, World, int, int, int) - Static method in class com.sk89q.worldguard.bukkit.listener.SpongeUtil
-
Add water around a sponge.
- AllowAction - Class in com.sk89q.worldguard.blacklist.action
-
- allowAllInteract - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- ALLOWED_CMDS - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- allowedLavaSpreadOver - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- allowedSnowFallOver - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- allowFire(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.ToggleCommands
-
- allowOrNone(boolean) - Static method in class com.sk89q.worldguard.protection.flags.StateFlag
-
Turn a boolean into either NONE (null) or ALLOW if
the boolean is false or true, respectively.
- allowPortalAnywhere - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- allows(StateFlag) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- allows(StateFlag, LocalPlayer) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- allows(StateFlag) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- allows(StateFlag, LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- allows(StateFlag, Location) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- allows(StateFlag, Location, LocalPlayer) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- allowTamedSpawns - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- alwaysRaining - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- alwaysThundering - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- antiWolfDumbness - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- append(boolean) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(char) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(char[], int, int) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(char[]) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(CharSequence, int, int) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(CharSequence) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(double) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(float) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(int) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(long) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(Object) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(String) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(StringBuffer) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- append(String, String) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, String, Object...) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, byte) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, short) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, int) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, long) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, float) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, double) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, boolean) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, char) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- append(String, Object) - Method in class com.sk89q.worldguard.util.report.DataReport
-
- appendBasics() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add region name, type, and priority.
- appendBounds() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add information about coordinates.
- appendCodePoint(int) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- appendDomain() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add information about members.
- appendFlags() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add information about flags.
- appendFlagsList(boolean) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Append just the list of flags (without "Flags:"), including colors.
- appendParents() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add information about parents.
- appendParentTree(boolean) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Add information about parents.
- ApplicableRegionSet - Interface in com.sk89q.worldguard.protection
-
Represents the effective set of flags, owners, and members for a given
spatial query.
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in interface com.sk89q.worldguard.blacklist.action.Action
-
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.action.AllowAction
-
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.action.BanAction
-
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.action.DenyAction
-
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.action.KickAction
-
- apply(BlacklistEvent, boolean, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.action.RepeatGuardedAction
-
- apply(Short) - Method in class com.sk89q.worldguard.blacklist.target.RangeMask
-
- apply(Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- apply(Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- apply(Predicate<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Apply the given predicate to all the regions in the index
until there are no more regions or the predicate returns false.
- apply(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.util.RegionCollectionConsumer
-
- apply(String) - Method in class com.sk89q.worldguard.util.command.CommandFilter
-
- apply(ThreadInfo) - Method in class com.sk89q.worldguard.util.profiler.ThreadIdFilter
-
- apply(ThreadInfo) - Method in class com.sk89q.worldguard.util.profiler.ThreadNameFilter
-
- applyContaining(Vector, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- applyContaining(Vector, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- applyContaining(Vector, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.PriorityRTreeIndex
-
- applyContaining(Vector, Predicate<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Apply the given predicate to all regions that contain the given
position until there are no more regions or the predicate returns false.
- applyIntersecting(ProtectedRegion, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- applyIntersecting(ProtectedRegion, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- applyIntersecting(ProtectedRegion, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.PriorityRTreeIndex
-
- applyIntersecting(ProtectedRegion, Predicate<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Apply the given predicate to all regions that intersect the given
region until there are no more regions or the predicate returns false.
- applyNonRepeated(BlacklistEvent, boolean) - Method in class com.sk89q.worldguard.blacklist.action.LogAction
-
- applyNonRepeated(BlacklistEvent, boolean) - Method in class com.sk89q.worldguard.blacklist.action.NotifyAction
-
- applyNonRepeated(BlacklistEvent, boolean) - Method in class com.sk89q.worldguard.blacklist.action.RepeatGuardedAction
-
- applyNonRepeated(BlacklistEvent, boolean) - Method in class com.sk89q.worldguard.blacklist.action.TellAction
-
- ARMOR_STAND - Static variable in class com.sk89q.worldguard.bukkit.util.Materials
-
- asBytes() - Method in class com.sk89q.worldguard.util.net.HttpRequest.BufferedResponse
-
Return the result as bytes.
- Associables - Class in com.sk89q.worldguard.protection.association
-
Utility methods to deal with associables.
- Association - Enum in com.sk89q.worldguard.domains
-
Indicates the level of membership.
- asString(String) - Method in class com.sk89q.worldguard.util.net.HttpRequest.BufferedResponse
-
Return the result as a string.
- asXml(Class<T>) - Method in class com.sk89q.worldguard.util.net.HttpRequest.BufferedResponse
-
Return the result as an instance of the given class that has been
deserialized from a XML payload.
- AsyncCommandHelper - Class in com.sk89q.worldguard.bukkit.commands
-
- awaitCompletion(long, TimeUnit) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
Waits until all currently executing background tasks complete.
- call() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- call() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
- call() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionLister
-
- call() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionManagerReloader
-
- call() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionManagerSaver
-
- call() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionRemover
-
- call() - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- canBuild(Player, Location) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks to see if a player can build at a location.
- canBuild(Player, Block) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks to see if a player can build at a location.
- canBuild(LocalPlayer) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- canBuild(LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- canBuild(Player, Block) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- canBuild(Player, Location) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- cancel(boolean) - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- 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.util.report
-
Reports on cancelled events.
- CancelReport(T, List<CancelAttempt>, int) - Constructor for class com.sk89q.worldguard.util.report.CancelReport
-
- canConstruct(LocalPlayer) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- canConstruct(LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- canConstruct(Player, Block) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- canConstruct(Player, Location) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
- 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.
- ChangeTracked - Interface in com.sk89q.worldguard.util
-
An object that keeps track of a dirty flag that is set to true when changes
are made to this object.
- check(BlacklistEvent, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Method to handle the event.
- check(boolean, BlacklistEvent, boolean, boolean) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
Method to handle the event.
- checkedMultiply(long, long) - Static method in class com.sk89q.worldguard.util.MathUtils
-
Returns the product of a and b, provided it does not overflow.
- checkLiquidFlow - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- checkPermission(CommandSender, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks permissions and throws an exception if permission is not met.
- checkPlayer(CommandSender) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks to see if the sender is a player, otherwise throw an exception.
- checkPlayerMatch(List<? extends Player>) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Checks if the given list of players is greater than size 0, otherwise
throw an exception.
- CHEST_ACCESS - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- ChestProtection - Interface in com.sk89q.worldguard.chest
-
Interface for chest protection.
- 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.
- chooseValue(Collection<T>) - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- chooseValue(Collection<StateFlag.State>) - Method in class com.sk89q.worldguard.protection.flags.StateFlag
-
- ChunkHashTable - Class in com.sk89q.worldguard.protection.managers.index
-
Maintains a hash table for each chunk containing a list of regions that
are contained within that chunk, allowing for fast spatial lookup.
- ChunkHashTable(RegionIndex) - Constructor for class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
Create a new instance.
- ChunkHashTable.Factory - Class in com.sk89q.worldguard.protection.managers.index
-
A factory for instances of ChunkHashCache.
- CircularInheritanceException() - Constructor for exception com.sk89q.worldguard.protection.regions.ProtectedRegion.CircularInheritanceException
-
- claim(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Claiming command for users.
- claimOnlyInsideExistingRegions - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- ClassSourceValidator - Class in com.sk89q.worldguard.util.logging
-
Validates that certain specified classes came from the same source as
a plugin.
- ClassSourceValidator(Plugin) - Constructor for class com.sk89q.worldguard.util.logging.ClassSourceValidator
-
Create a new instance.
- cleanCache() - Static method in class com.sk89q.worldguard.bukkit.WGBukkit
-
- clear() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- clear() - Method in interface com.sk89q.worldguard.domains.Domain
-
Remove all entries.
- clear() - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- clear() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- clear() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- clear() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- clearHandlers() - Method in class com.sk89q.worldguard.blacklist.BlacklistLoggerHandler
-
Add a handler.
- clearParent() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Clear the parent (set the parent to null).
- clearSpongeWater(WorldGuardPlugin, World, int, int, int) - Static method in class com.sk89q.worldguard.bukkit.listener.SpongeUtil
-
Remove water around a sponge.
- close() - Method in class com.sk89q.worldguard.blacklist.BlacklistLoggerHandler
-
Close the connection.
- close() - Method in class com.sk89q.worldguard.blacklist.logger.ConsoleHandler
-
- close() - Method in class com.sk89q.worldguard.blacklist.logger.DatabaseHandler
-
- close() - Method in class com.sk89q.worldguard.blacklist.logger.FileHandler
-
- close() - Method in interface com.sk89q.worldguard.blacklist.logger.LoggerHandler
-
Close the logger.
- close() - Method in class com.sk89q.worldguard.bukkit.util.logging.LoggerToChatHandler
-
Close the handler.
- close() - Method in class com.sk89q.worldguard.util.io.Closer
-
Closes all Closeable instances that have been added to this Closer.
- close() - Method in class com.sk89q.worldguard.util.logging.RecordMessagePrefixer
-
- close() - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
- closeQuietly() - Method in class com.sk89q.worldguard.util.io.Closer
-
Close quietly.
- Closer - Class in com.sk89q.worldguard.util.io
-
- com.sk89q.worldguard - package com.sk89q.worldguard
-
- com.sk89q.worldguard.blacklist - package com.sk89q.worldguard.blacklist
-
- com.sk89q.worldguard.blacklist.action - package com.sk89q.worldguard.blacklist.action
-
- com.sk89q.worldguard.blacklist.event - package com.sk89q.worldguard.blacklist.event
-
- com.sk89q.worldguard.blacklist.logger - package com.sk89q.worldguard.blacklist.logger
-
- com.sk89q.worldguard.blacklist.target - package com.sk89q.worldguard.blacklist.target
-
- com.sk89q.worldguard.bukkit - package com.sk89q.worldguard.bukkit
-
- com.sk89q.worldguard.bukkit.cause - package com.sk89q.worldguard.bukkit.cause
-
- com.sk89q.worldguard.bukkit.commands - package com.sk89q.worldguard.bukkit.commands
-
- com.sk89q.worldguard.bukkit.commands.region - package com.sk89q.worldguard.bukkit.commands.region
-
- com.sk89q.worldguard.bukkit.commands.task - package com.sk89q.worldguard.bukkit.commands.task
-
- 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.permission - package com.sk89q.worldguard.bukkit.permission
-
- com.sk89q.worldguard.bukkit.protection - package com.sk89q.worldguard.bukkit.protection
-
- com.sk89q.worldguard.bukkit.util - package com.sk89q.worldguard.bukkit.util
-
- com.sk89q.worldguard.bukkit.util.logging - package com.sk89q.worldguard.bukkit.util.logging
-
- com.sk89q.worldguard.bukkit.util.report - package com.sk89q.worldguard.bukkit.util.report
-
- com.sk89q.worldguard.chest - package com.sk89q.worldguard.chest
-
- com.sk89q.worldguard.domains - package com.sk89q.worldguard.domains
-
- com.sk89q.worldguard.internal - package com.sk89q.worldguard.internal
-
- com.sk89q.worldguard.internal.util.sql - package com.sk89q.worldguard.internal.util.sql
-
- com.sk89q.worldguard.protection - package com.sk89q.worldguard.protection
-
- com.sk89q.worldguard.protection.association - package com.sk89q.worldguard.protection.association
-
- com.sk89q.worldguard.protection.events - package com.sk89q.worldguard.protection.events
-
- com.sk89q.worldguard.protection.flags - package com.sk89q.worldguard.protection.flags
-
- com.sk89q.worldguard.protection.managers - package com.sk89q.worldguard.protection.managers
-
- com.sk89q.worldguard.protection.managers.index - package com.sk89q.worldguard.protection.managers.index
-
- com.sk89q.worldguard.protection.managers.migration - package com.sk89q.worldguard.protection.managers.migration
-
- com.sk89q.worldguard.protection.managers.storage - package com.sk89q.worldguard.protection.managers.storage
-
- com.sk89q.worldguard.protection.managers.storage.file - package com.sk89q.worldguard.protection.managers.storage.file
-
- com.sk89q.worldguard.protection.managers.storage.sql - package com.sk89q.worldguard.protection.managers.storage.sql
-
- com.sk89q.worldguard.protection.regions - package com.sk89q.worldguard.protection.regions
-
- com.sk89q.worldguard.protection.util - package com.sk89q.worldguard.protection.util
-
- com.sk89q.worldguard.session - package com.sk89q.worldguard.session
-
- com.sk89q.worldguard.session.handler - package com.sk89q.worldguard.session.handler
-
- com.sk89q.worldguard.util - package com.sk89q.worldguard.util
-
- com.sk89q.worldguard.util.collect - package com.sk89q.worldguard.util.collect
-
- com.sk89q.worldguard.util.command - package com.sk89q.worldguard.util.command
-
- com.sk89q.worldguard.util.concurrent - package com.sk89q.worldguard.util.concurrent
-
- com.sk89q.worldguard.util.io - package com.sk89q.worldguard.util.io
-
- com.sk89q.worldguard.util.logging - package com.sk89q.worldguard.util.logging
-
- com.sk89q.worldguard.util.net - package com.sk89q.worldguard.util.net
-
- com.sk89q.worldguard.util.paste - package com.sk89q.worldguard.util.paste
-
- com.sk89q.worldguard.util.profiler - package com.sk89q.worldguard.util.profiler
-
- com.sk89q.worldguard.util.report - package com.sk89q.worldguard.util.report
-
- com.sk89q.worldguard.util.sql - package com.sk89q.worldguard.util.sql
-
- com.sk89q.worldguard.util.task - package com.sk89q.worldguard.util.task
-
- com.sk89q.worldguard.util.task.progress - package com.sk89q.worldguard.util.task.progress
-
- combine(StateFlag.State...) - Static method in class com.sk89q.worldguard.protection.flags.StateFlag
-
Combine states, letting DENY override ALLOW and
ALLOW override NONE (or null).
- combine(Collection<StateFlag.State>) - Static method in class com.sk89q.worldguard.protection.flags.StateFlag
-
Combine states, letting DENY override ALLOW and
ALLOW override NONE (or null).
- CommandFilter - Class in com.sk89q.worldguard.util.command
-
Checks whether a command is permitted with support for subcommands
split by \s (regular expressions).
- CommandFilter(Collection<String>, Collection<String>) - Constructor for class com.sk89q.worldguard.util.command.CommandFilter
-
Create a new instance.
- CommandFilter.Builder - Class in com.sk89q.worldguard.util.command
-
Builder class for CommandFilter.
- CommandStringFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores a command/
- CommandStringFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.CommandStringFlag
-
- CommandStringFlag(String) - Constructor for class com.sk89q.worldguard.protection.flags.CommandStringFlag
-
- CommandUtils - Class in com.sk89q.worldguard.bukkit.commands
-
Command-related utility methods.
- compare(Task<?>, Task<?>) - Method in class com.sk89q.worldguard.util.task.TaskStateComparator
-
- compareTo(LogFileWriter) - Method in class com.sk89q.worldguard.blacklist.logger.LogFileWriter
-
- compareTo(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- compareTo(StackNode) - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- compareTo(StackNode) - Method in class com.sk89q.worldguard.util.profiler.StackTraceNode
-
- completed() - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Get a static progress object that is complete.
- ConcurrentRegionIndex - Interface in com.sk89q.worldguard.protection.managers.index
-
An implementation of a region index that supports concurrent access.
- CONFIG_HEADER - Static variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- ConfigReport - Class in com.sk89q.worldguard.bukkit.util.report
-
- ConfigReport(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.util.report.ConfigReport
-
- ConfigurationManager - Class in com.sk89q.worldguard.bukkit
-
Represents the global configuration and also delegates configuration
for individual worlds.
- ConfigurationManager(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.ConfigurationManager
-
Construct the object.
- ConsoleHandler - Class in com.sk89q.worldguard.blacklist.logger
-
- ConsoleHandler(String, Logger) - Constructor for class com.sk89q.worldguard.blacklist.logger.ConsoleHandler
-
- constant(Association) - Static method in class com.sk89q.worldguard.protection.association.Associables
-
Get an instance that always returns the same association.
- CONSTRUCT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- contains(LocalPlayer) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- contains(UUID) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- contains(String) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- contains(LocalPlayer) - Method in interface com.sk89q.worldguard.domains.Domain
-
Returns true if a domain contains a player.
- contains(UUID) - Method in interface com.sk89q.worldguard.domains.Domain
-
Returns true if a domain contains a player.
- contains(String) - Method in interface com.sk89q.worldguard.domains.Domain
-
- contains(LocalPlayer) - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- contains(UUID) - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- contains(String) - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- contains(LocalPlayer) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- contains(UUID) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- contains(String) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- contains(LocalPlayer) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- contains(UUID) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- contains(String) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- contains(Association) - Method in enum com.sk89q.worldguard.protection.flags.RegionGroup
-
Test whether this group contains the given membership status.
- contains(String) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- contains(String) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- contains(String) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Test whether the index contains a region named by the given name
(equality determined using
Normal).
- contains(Vector) - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- contains(Vector) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- contains(Vector) - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- contains(Vector) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Check to see if a point is inside this region.
- contains(BlockVector2D) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Check to see if a position is contained within this region.
- contains(int, int, int) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Check to see if a point is inside this region.
- contains(Object) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- containsAll(Collection<?>) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- containsAny(List<BlockVector2D>) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Check to see if any of the points are inside this region projected
onto the X-Z plane.
- containsChanges() - Method in class com.sk89q.worldguard.protection.managers.RegionDifference
-
Test whether there are changes or removals.
- containsKey(long) - Method in class com.sk89q.worldguard.util.collect.LongBaseHashTable
-
- containsKey(int, int) - Method in class com.sk89q.worldguard.util.collect.LongHash
-
- containsKey(long) - Method in class com.sk89q.worldguard.util.collect.LongHash
-
- containsKey(long) - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- convertThrowable(Throwable) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Convert the throwable into a somewhat friendly message.
- copyFrom(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Copy attributes from another region.
- count - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- create(Object...) - Static method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Create a new instance with the given objects as the cause,
where the first-most object is the initial initiator and those
following it are controlled by the previous entry.
- create(int) - Static method in class com.sk89q.worldguard.bukkit.listener.debounce.EventDebounce
-
- create() - Static method in class com.sk89q.worldguard.util.io.Closer
-
- create() - Static method in class com.sk89q.worldguard.util.net.HttpRequest.Form
-
Create a new form.
- create(ListenableFuture<V>, String, Object) - Static method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
Create a new instance.
- create(Iterator<V>, int) - Static method in class com.sk89q.worldguard.util.task.progress.ProgressIterator
-
Create a new instance.
- create(List<V>) - Static method in class com.sk89q.worldguard.util.task.progress.ProgressIterator
-
Create a new instance from a list.
- createAddAllFunction(DefaultDomain) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- createDefaultConfiguration(File, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Create a default configuration file from the .jar.
- 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.
- createQuery() - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
Create a new region query.
- createRegionLoadCallback(WorldGuardPlugin, CommandSender) - Static method in class com.sk89q.worldguard.bukkit.commands.MessageFutureCallback
-
- createRegionSaveCallback(WorldGuardPlugin, CommandSender) - Static method in class com.sk89q.worldguard.bukkit.commands.MessageFutureCallback
-
- createRemoveAllFunction(DefaultDomain) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- createTarget(Block) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a blacklist target for the given block.
- createTarget(Block, Material) - 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.
- CREEPER_EXPLOSION - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- GAME_MODE - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- GameModeFlag - Class in com.sk89q.worldguard.session.handler
-
- GameModeFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.GameModeFlag
-
- GeneralCommands - Class in com.sk89q.worldguard.bukkit.commands
-
- GeneralCommands(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.commands.GeneralCommands
-
- get(World) - Method in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
Get the configuration for a world.
- get(World) - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
Get the region manager for a world if one exists.
- get(World) - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
Deprecated.
Get the region manager for a world if one exists.
- get() - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable.Factory
-
- get(String) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- get() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex.Factory
-
- get(String) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- get() - Method in class com.sk89q.worldguard.protection.managers.index.PriorityRTreeIndex.Factory
-
- get(String) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Get the region named by the given name (equality determined using
Normal).
- get(String) - Method in class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Get the region manager for the given world name.
- get(String) - Method in class com.sk89q.worldguard.protection.managers.storage.file.DirectoryYamlDriver
-
- get(String) - Method in interface com.sk89q.worldguard.protection.managers.storage.RegionDriver
-
Get a region database for a world.
- get(String) - Method in class com.sk89q.worldguard.protection.managers.storage.sql.SQLDriver
-
- get(Player) - Method in class com.sk89q.worldguard.session.SessionManager
-
Get a player's session.
- get(int, int) - Method in class com.sk89q.worldguard.util.collect.LongHashTable
-
- get(long) - Method in class com.sk89q.worldguard.util.collect.LongHashTable
-
- get(URL) - Static method in class com.sk89q.worldguard.util.net.HttpRequest
-
Perform a GET request.
- get(int) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- get() - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- get(long, TimeUnit) - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- getActionName() - Method in enum com.sk89q.worldguard.blacklist.action.ActionType
-
- getActions(Class<? extends BlacklistEvent>) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
Get the associated actions with an event.
- getAfter() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the cancellation state after the call.
- getAll() - Method in class com.sk89q.worldguard.protection.managers.storage.file.DirectoryYamlDriver
-
- getAll() - Method in interface com.sk89q.worldguard.protection.managers.storage.RegionDriver
-
Fetch all the region databases that have been stored using this driver.
- getAll() - Method in class com.sk89q.worldguard.protection.managers.storage.sql.SQLDriver
-
- getAndClearDifference() - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- getAndClearDifference() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- getAndClearDifference() - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Get the list of changed or removed regions since last call and
clear those lists.
- getApplicableRegions(Location) - Method in class com.sk89q.worldguard.bukkit.RegionQuery
-
Query for regions containing the given location.
- getApplicableRegions(Vector) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Query for effective flags and owners for the given positive.
- getApplicableRegions(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Query for effective flags and owners for the area represented
by the given region.
- getApplicableRegions(Location) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
- getApplicableRegionsIDs(Vector) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get a list of region names for regions that contain the given position.
- getAssociation(List<ProtectedRegion>) - Method in class com.sk89q.worldguard.bukkit.protection.DelayedRegionOverlapAssociation
-
- getAssociation(List<ProtectedRegion>) - Method in class com.sk89q.worldguard.LocalPlayer
-
- getAssociation(List<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.association.RegionAssociable
-
Get the highest association level for the input regions.
- getAssociation(List<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.association.RegionOverlapAssociation
-
- getAttacker() - Method in class com.sk89q.worldguard.protection.events.DisallowedPVPEvent
-
- getBefore() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the cancellation state before the call.
- getBlacklist() - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- 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.protection.events.DisallowedPVPEvent
-
- getCauseName() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the cause name, which is usually the player name.
- getChanged() - Method in class com.sk89q.worldguard.protection.managers.RegionDifference
-
Get the regions that were changed or added.
- getChestProtection() - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- getChild(String) - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- getChild(String, String) - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- getChildren() - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- getClassName() - Method in class com.sk89q.worldguard.util.profiler.StackTraceNode
-
- getComment() - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- 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.
- getConnection() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new connection.
- getCreationDate() - Method in class com.sk89q.worldguard.util.task.AbstractTask
-
- getCreationDate() - Method in interface com.sk89q.worldguard.util.task.Task
-
Get the time at which the task was created.
- getData() - Method in class com.sk89q.worldguard.blacklist.target.MaterialTarget
-
- getData() - Method in interface com.sk89q.worldguard.blacklist.target.Target
-
Get the data value.
- getDataFolder() - Method in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
Get the folder for storing data files and configuration.
- getDefault() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
Get the default value.
- getDefault() - Method in class com.sk89q.worldguard.protection.flags.RegionGroupFlag
-
- getDefault() - Method in class com.sk89q.worldguard.protection.flags.StateFlag
-
- getDefault() - Method in class com.sk89q.worldguard.protection.flags.StringFlag
-
- getDefender() - Method in class com.sk89q.worldguard.protection.events.DisallowedPVPEvent
-
- getDescription() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get a short description such as "break" or "destroy with."
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.BlockBreakBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.BlockDispenseBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.BlockInteractBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.BlockPlaceBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.ItemAcquireBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.ItemDestroyWithBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.ItemDropBlacklistEvent
-
- getDescription() - Method in class com.sk89q.worldguard.blacklist.event.ItemUseBlacklistEvent
-
- getDimensions() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegionMBRConverter
-
- getDriver() - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
Get the region store driver.
- getDriver() - Method in class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Get the region store driver.
- getDsn() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Get the DSN.
- getEffectiveFlag(ProtectedRegion, Flag<V>, RegionAssociable) - Method in class com.sk89q.worldguard.protection.FlagValueCalculator
-
Get a region's state flag, checking parent regions until a value for the
flag can be found (if one even exists).
- getEffectiveType() - Method in class com.sk89q.worldguard.bukkit.event.entity.SpawnEntityEvent
-
Get the effective entity type of the spawned entity.
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.DamageEntityEvent
-
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.DestroyEntityEvent
-
- getEntity() - Method in class com.sk89q.worldguard.bukkit.event.entity.UseEntityEvent
-
- getEntry(K, Cancellable) - Method in class com.sk89q.worldguard.bukkit.listener.debounce.legacy.AbstractEventDebounce
-
- getEntry(int, int) - Method in class com.sk89q.worldguard.util.collect.LongBaseHashTable
-
- getEntry(long) - Method in class com.sk89q.worldguard.util.collect.LongBaseHashTable
-
- getEnumClass() - Method in class com.sk89q.worldguard.protection.flags.EnumFlag
-
Get the enum class.
- getEventClass() - Method in enum com.sk89q.worldguard.blacklist.event.EventType
-
- getEventType() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the event type.
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.BlockBreakBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.BlockDispenseBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.BlockInteractBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.BlockPlaceBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.ItemAcquireBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.ItemDestroyWithBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.ItemDropBlacklistEvent
-
- getEventType() - Method in class com.sk89q.worldguard.blacklist.event.ItemUseBlacklistEvent
-
- getExecutorService() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the global executor service for internal usage (please use your
own executor service).
- getExplicitResult() - Method in interface com.sk89q.worldguard.bukkit.event.BulkEvent
-
Get the actual result.
- 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
-
- getFlag(T, LocalPlayer) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- getFlag(T) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
Deprecated.
- getFlag(T) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- getFlag(T, LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
- getFlag(T) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get a flag's value.
- getFlags() - Static method in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- getFlags() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the map of flags.
- getFriendlyName() - Method in class com.sk89q.worldguard.blacklist.target.MaterialTarget
-
- getFriendlyName() - Method in interface com.sk89q.worldguard.blacklist.target.Target
-
Get a friendly name to be printed.
- getFuture() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder.Sampler
-
- getGlobalConfiguration() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
- getGlobalRegionManager() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
- getGlobalStateManager() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the global ConfigurationManager.
- getGroupDomain() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Set the domain that holds the groups.
- getGroups() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getGroups(Player) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the groups of a player.
- getGroups() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Get the set of group names.
- getGroups() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
Get the set of group names.
- getGroups() - Method in class com.sk89q.worldguard.LocalPlayer
-
Get this player's list of groups.
- getHandler(Class<T>) - Method in class com.sk89q.worldguard.session.Session
-
Get a handler by class, if has been registered.
- 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.protection.events.DisallowedPVPEvent
-
- 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.protection.events.DisallowedPVPEvent
-
- getId() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Gets the name of this region
- 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.
- getIfPresent(Player) - Method in class com.sk89q.worldguard.session.SessionManager
-
Get a player's session, if one exists.
- getIgnoreGroups() - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- getIgnorePermissions() - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- getInputStream() - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
Get the input stream.
- getInstance() - Static method in class com.sk89q.worldguard.blacklist.action.AllowAction
-
- getInstance() - Static method in class com.sk89q.worldguard.blacklist.action.DenyAction
-
- getInstance() - Static method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
Get an instance.
- getInstance() - Static method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
Get an instance.
- getIntersectingRegions(Collection<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- getIntersectingRegions(Collection<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Return a list of regions from the given list of regions that intersect
with this region.
- getInterval() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- getInvincibility(Player) - Method in class com.sk89q.worldguard.session.handler.GodMode
-
- getInvincibility(Player) - Method in class com.sk89q.worldguard.session.handler.Handler
-
Return whether the player should be invincible.
- getInvincibility(Player) - Method in class com.sk89q.worldguard.session.handler.InvincibilityFlag
-
- getItemCount() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Get the number of individual items that have blacklist entries.
- getItemStack() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
Get the item stack.
- getKeepUnresolvedNames() - Method in class com.sk89q.worldguard.protection.managers.migration.UUIDMigration
-
Get whether names that have no UUID equivalent (i.e.
- getLastEvent() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Get the last event.
- getLastUse() - Method in class com.sk89q.worldguard.blacklist.logger.LogFileWriter
-
- getLoaded() - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
- getLoaded() - Method in class com.sk89q.worldguard.protection.GlobalRegionManager
-
Deprecated.
- getLoaded() - Method in class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Get an immutable list of loaded region managers.
- getLocatorPolicy() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
- getLocatorPolicy() - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
Get the policy used for identifying users.
- getLoggedPosition() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the position that should be logged.
- getLoggedPosition() - Method in class com.sk89q.worldguard.blacklist.event.ItemDestroyWithBlacklistEvent
-
- getLogger() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Get the log.
- getLoggerMessage() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get a message for logger outputs.
- getLoggerMessage() - Method in class com.sk89q.worldguard.blacklist.event.BlockDispenseBlacklistEvent
-
- getManager() - Method in class com.sk89q.worldguard.session.Session
-
Get the session manager.
- getMatchedTypeId() - Method in class com.sk89q.worldguard.blacklist.target.DataValueRangeMatcher
-
- getMatchedTypeId() - Method in interface com.sk89q.worldguard.blacklist.target.TargetMatcher
-
Get the matched type ID, which is merely used for indexing.
- getMatchedTypeId() - Method in class com.sk89q.worldguard.blacklist.target.WildcardDataMatcher
-
- getMax(int, ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegionMBRConverter
-
- getMaximumPoint() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get a vector containing the highest X, Y, and Z components for the
corner of the axis-aligned bounding box that contains this region.
- getMaxRegionCount(Player) - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- getMembers() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the domain that contains the members of this region, which does
not automatically include the owners.
- getMembership(RegionAssociable) - Method in class com.sk89q.worldguard.protection.FlagValueCalculator
-
Return the membership status of the given subject, indicating
whether there are no (counted) regions in the list of regions,
whether the subject is a member of all regions, or whether
the region is not a member of all regions.
- getMessage() - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- getMethodName() - Method in class com.sk89q.worldguard.util.profiler.StackTraceNode
-
- getMigrationFolderName() - Method in class com.sk89q.worldguard.protection.managers.storage.sql.SQLDriver
-
Get the name of the folder in migrations/region containing the migration files.
- getMin(int, ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegionMBRConverter
-
- getMinimumPoint() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get a vector containing the smallest X, Y, and Z components for the
corner of the axis-aligned bounding box that contains this region.
- getName() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getName() - Method in class com.sk89q.worldguard.LocalPlayer
-
Get this player's name.
- getName() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
Get the name of the flag.
- getName() - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get a displayable name for this store.
- getName() - Method in class com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile
-
- getName() - Method in class com.sk89q.worldguard.protection.managers.storage.MemoryRegionDatabase
-
- getName() - Method in interface com.sk89q.worldguard.protection.managers.storage.RegionDatabase
-
Get a displayable name for this store.
- getName() - Method in enum com.sk89q.worldguard.protection.regions.RegionType
-
Get the name of the region.
- getName() - Method in class com.sk89q.worldguard.util.Normal
-
Get the original name before normalization.
- getName() - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- getName() - Method in class com.sk89q.worldguard.util.task.AbstractTask
-
- getName() - Method in interface com.sk89q.worldguard.util.task.Task
-
Get the name of the task so it can be printed to the user.
- getNormal() - Method in class com.sk89q.worldguard.util.Normal
-
Get the normalized name.
- getOnlinePlayers() - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get a collection of the currently online players.
- getOriginalEvent() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Get the original event.
- getOriginalGameMode() - Method in class com.sk89q.worldguard.session.handler.GameModeFlag
-
- getOwner() - Method in class com.sk89q.worldguard.util.task.AbstractTask
-
- getOwner() - Method in interface com.sk89q.worldguard.util.task.Task
-
Get the owner of the task.
- getOwnerName(Object) - Static method in class com.sk89q.worldguard.bukkit.commands.CommandUtils
-
Get the name of the given owner object.
- getOwners() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the domain that contains the owners of this region.
- getOwnersInput() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
- getPage() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionLister
-
- getParent() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the parent of the region, if one exists.
- getPassword() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Get the password.
- getPath() - Method in class com.sk89q.worldguard.blacklist.logger.LogFileWriter
-
File path.
- getPlayer() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the player.
- getPlayer() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getPlayer() - Method in class com.sk89q.worldguard.bukkit.event.player.ProcessPlayerEvent
-
- getPlayerDomain() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Get the domain that holds the players.
- getPlayerMoveListener() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
- getPlayers() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Get the set of player names.
- getPlayers() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Get the set of player names.
- getPlugin() - Static method in class com.sk89q.worldguard.bukkit.WGBukkit
-
Get the WorldGuard plugin.
- getPlugin() - Method in class com.sk89q.worldguard.session.handler.Handler
-
Get the plugin.
- getPlugin() - Method in class com.sk89q.worldguard.session.Session
-
Get the plugin.
- getPlugin() - Method in class com.sk89q.worldguard.session.SessionManager
-
Get the plugin.
- getPoints() - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- getPoints() - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- getPoints() - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- getPoints() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get points of the region projected onto the X-Z plane.
- getPosition() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the position.
- getPosition() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getPosition() - Method in class com.sk89q.worldguard.LocalPlayer
-
Get this player's position.
- getPotionEffectBits(ItemStack) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Get just the potion effect bits.
- getPriority(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.FlagValueCalculator
-
Get the effective priority of a region, overriding a region's priority
when appropriate (i.e.
- getPriority() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the priority of the region, where higher numbers indicate a higher
priority.
- getProfileCache() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the profile cache.
- getProfileService() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the profile lookup service.
- getProgress() - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- getProgress() - Method in class com.sk89q.worldguard.util.task.progress.Progress
-
Get the progress percentage.
- getProgress() - Method in class com.sk89q.worldguard.util.task.progress.ProgressIterator
-
- getProgress() - Method in interface com.sk89q.worldguard.util.task.progress.ProgressObservable
-
Get the current percentage of completion.
- getRegion(String) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get the region named by the given name (equality determined using
Normal).
- getRegionContainer() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the object that manages region data.
- getRegionCountOfPlayer(LocalPlayer) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get the number of regions that are owned by the given player.
- getRegionGroupFlag() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
Get the region group flag.
- getRegionManager(World) - Static method in class com.sk89q.worldguard.bukkit.WGBukkit
-
Returns the region manager for a given world.
- getRegionManager(World) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets the region manager for a world.
- getRegions() - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Get an immutable set of regions that are included in this set.
- getRegions() - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- getRegions() - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get an unmodifiable map of regions containing the state of the
index at the time of call.
- getRegions() - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- getRegions() - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- 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.
- getRemovalStrategy() - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionRemover
-
GSet a parent removal strategy.
- getRemoved() - Method in class com.sk89q.worldguard.protection.managers.RegionDifference
-
Get the regions that were removed.
- getRepeatingEventCache() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
- getResponseCode() - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
Get the response code.
- 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
-
- getRuleName() - Method in enum com.sk89q.worldguard.blacklist.event.EventType
-
- getRunTime(TimeUnit) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- getSaveFailures() - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
Get the a set of region managers that are failing to save.
- getSaveFailures() - Method in class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Get the a set of region managers that are failing to save.
- getSession() - Method in class com.sk89q.worldguard.session.handler.Handler
-
Get the session.
- getSessionManager() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets the flag state manager.
- getSetGameMode() - Method in class com.sk89q.worldguard.session.handler.GameModeFlag
-
- getShooter(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Get the underlying shooter of a projectile if one exists.
- getStackTrace() - Method in class com.sk89q.worldguard.bukkit.event.debug.CancelAttempt
-
Get the stack trace.
- getState() - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- getState() - Method in interface com.sk89q.worldguard.util.task.Task
-
Get the state of the task.
- getSupervisor() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Get the supervisor.
- getTablePrefix() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Get the table prefix.
- getTarget() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the item type.
- getTasks() - Method in class com.sk89q.worldguard.util.task.SimpleSupervisor
-
- getTasks() - Method in interface com.sk89q.worldguard.util.task.Supervisor
-
Get a list of running or queued tasks.
- getThreadFilter() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- getTitle() - Method in class com.sk89q.worldguard.util.report.CancelReport
-
- getTitle() - Method in class com.sk89q.worldguard.util.report.DataReport
-
- getTitle() - Method in interface com.sk89q.worldguard.util.report.Report
-
- getTitle() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- getTitle() - Method in class com.sk89q.worldguard.util.report.StackTraceReport
-
- getTotalTime() - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- getType() - Method in class com.sk89q.worldguard.protection.flags.SetFlag
-
Get the flag that is stored in this flag.
- getType() - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- getType() - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- getType() - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- getType() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the type of region.
- getTypeId() - Method in class com.sk89q.worldguard.blacklist.target.MaterialTarget
-
- getTypeId() - Method in interface com.sk89q.worldguard.blacklist.target.Target
-
Get the type ID.
- getTypeName() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- getUniqueId() - Method in class com.sk89q.worldguard.bukkit.BukkitPlayer
-
- getUniqueId() - Method in class com.sk89q.worldguard.LocalPlayer
-
Get this player's unique ID.
- getUniqueId() - Method in class com.sk89q.worldguard.util.task.AbstractTask
-
- getUniqueId() - Method in interface com.sk89q.worldguard.util.task.Task
-
Get the unique ID of this task.
- getUniqueIds() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Get the set of player UUIDs.
- getUniqueIds() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Get the set of player UUIDs.
- getUsername() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Get the username.
- getWorld() - Method in class com.sk89q.worldguard.bukkit.event.inventory.UseItemEvent
-
Get the world.
- getWorldConfig(World) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the world configuration given a world.
- getWorldConfig(Player) - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener
-
Get the world configuration given a player.
- getWorldEdit() - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets a copy of the WorldEdit plugin.
- getWorldName() - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- getWorldsDataFolder() - Method in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
Get the folder for storing data files and configuration for each
world.
- getWriter() - Method in class com.sk89q.worldguard.blacklist.logger.LogFileWriter
-
- GHAST_FIREBALL - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- GLOBAL_REGION - Static variable in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- GlobalProtectedRegion - Class in com.sk89q.worldguard.protection.regions
-
A special region that is not quite "anywhere" (its volume is 0, it
contains no positions, and it does not intersect with any other region).
- GlobalProtectedRegion(String) - Constructor for class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
Create a new instance.
- GlobalRegionManager - Class in com.sk89q.worldguard.protection
-
- GlobalRegionManager(WorldGuardPlugin, RegionContainer) - Constructor for class com.sk89q.worldguard.protection.GlobalRegionManager
-
Deprecated.
Create a new instance.
- god(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.GeneralCommands
-
- GodMode - Class in com.sk89q.worldguard.session.handler
-
- GodMode(Session) - Constructor for class com.sk89q.worldguard.session.handler.GodMode
-
- GRASS_SPREAD - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- GREET_MESSAGE - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- GreetingFlag - Class in com.sk89q.worldguard.session.handler
-
- GreetingFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.GreetingFlag
-
- GroupDomain - Class in com.sk89q.worldguard.domains
-
Contains groups in a domain.
- GroupDomain() - Constructor for class com.sk89q.worldguard.domains.GroupDomain
-
Create a new instance.
- GroupDomain(GroupDomain) - Constructor for class com.sk89q.worldguard.domains.GroupDomain
-
Create a new instance with copies from another domain.
- GroupDomain(String[]) - Constructor for class com.sk89q.worldguard.domains.GroupDomain
-
Create a new instance.
- ICE_FORM - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- ICE_MELT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- implicitlySetWithMembership() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- indeterminate() - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Get a static progress object that is indeterminate.
- indexOf(Object) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- info(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Get information about a region.
- inGroup(Player, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Check whether a player is in a group.
- initialize(Player, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.FarewellFlag
-
- initialize(Player, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler
-
- initialize(Player, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.Handler
-
Called when the session is first being created or
/wg flushstates is used.
- 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
- IntegerFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores an integer.
- IntegerFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.IntegerFlag
-
- IntegerFlag(String) - Constructor for class com.sk89q.worldguard.protection.flags.IntegerFlag
-
- INTERACT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- InteropUtils - Class in com.sk89q.worldguard.bukkit.util
-
- intersects(ProtectedRegion, Area) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- intersects(ProtectedRegion, Area) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Test whether the given region intersects with this area.
- intersectsBoundingBox(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks if the bounding box of a region intersects with with the bounding
box of this region.
- intersectsEdges(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Compares all edges of two regions to see if any of them intersect.
- InvalidFlagFormat - Exception in com.sk89q.worldguard.protection.flags
-
- InvalidFlagFormat(String) - Constructor for exception com.sk89q.worldguard.protection.flags.InvalidFlagFormat
-
- 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
-
- INVINCIBILITY - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- InvincibilityFlag - Class in com.sk89q.worldguard.session.handler
-
- InvincibilityFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.InvincibilityFlag
-
- InvincibilityListener - Class in com.sk89q.worldguard.bukkit.listener
-
- InvincibilityListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.InvincibilityListener
-
Construct the listener.
- isAdjacentChestProtected(Block, Player) - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- isAdjacentChestProtected(Block, Player) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether an adjacent chest is protected.
- isAdjacentChestProtected(Block, Player) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isAmbient(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is ambient.
- 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.
- isBlockWater(World, int, int, int) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Checks if the given block is water
- isCancellable() - Method in enum com.sk89q.worldguard.session.MoveType
-
- isCancelled() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
- isCancelled() - Method in class com.sk89q.worldguard.protection.events.DisallowedPVPEvent
-
- isCancelled() - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- isChest(Material) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
- isChest(int) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a material is a chest.
- isChest(Material) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
Deprecated.
- isChest(int) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isChestProtected(Block, Player) - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- isChestProtected(Block) - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- isChestProtectedPlacement(Block, Player) - Method in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- 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.
- isDetectingPlugin() - Method in class com.sk89q.worldguard.util.report.CancelReport
-
- isDifferentBlock(Location, Location) - Static method in class com.sk89q.worldguard.bukkit.util.Locations
-
Tests whether two different locations are in two different blocks.
- isDirty() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- isDirty() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- isDirty() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- isDirty() - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- isDirty() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- isDirty() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- isDirty() - Method in interface com.sk89q.worldguard.util.ChangeTracked
-
Tests whether changes have been made.
- isDone() - Method in class com.sk89q.worldguard.util.task.FutureForwardingTask
-
- isDyeColor(MaterialData, DyeColor) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material data is of the given dye color.
- isEmpty() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Returns whether the list is empty.
- isEmpty() - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- isEmpty() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- isExplosionCause(EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Return whether the given cause is an explosion.
- isFakePlayer(Player) - Static method in class com.sk89q.worldguard.bukkit.util.InteropUtils
-
Return whether the given player is a fake player.
- isFireball(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Return if the given entity type is a fireball
(not including wither skulls).
- isFireCause(EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Return whether the given damage cause is fire-reltaed.
- isHostile(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether an entity is hostile.
- isIndeterminate() - Method in class com.sk89q.worldguard.util.task.progress.Progress
-
Return whether the current progress is indeterminate.
- isIndirect() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
Test whether the traced cause is indirect.
- isIntensiveEntity(Entity) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Returns whether an entity should be removed for the halt activity mode.
- isInventoryBlock(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is an inventory block.
- isInvincible(Player) - Method in class com.sk89q.worldguard.session.Session
-
Test whether the session has invincibility enabled.
- 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.
- isMember(ProtectedRegion, RegionGroup, LocalPlayer) - Static method in class com.sk89q.worldguard.protection.flags.RegionGroupFlag
-
- isMember(ApplicableRegionSet, RegionGroup, LocalPlayer) - Static method in class com.sk89q.worldguard.protection.flags.RegionGroupFlag
-
- isMember(LocalPlayer) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks whether a player is a member OR OWNER of the region
or any of its parents.
- isMember(String) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- isMemberOfAll(LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Test whether a player is an owner or member of all regions in this set.
- isMemberOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- isMemberOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- isMemberOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- isMemberOnly(LocalPlayer) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks whether a player is a member of the region or any of its parents.
- 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.
- isMungingLinks() - Method in class com.sk89q.worldguard.util.paste.Pastebin
-
- 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.
- isOwner(LocalPlayer) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks whether a player is an owner of region or any of its parents.
- isOwner(String) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- isOwnerOfAll(LocalPlayer) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Test whether a player is an owner of all regions in this set.
- isOwnerOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- isOwnerOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- isOwnerOfAll(LocalPlayer) - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- isPhysicalArea() - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- isPhysicalArea() - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- isPhysicalArea() - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- isPhysicalArea() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Return whether this type of region encompasses physical area.
- 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.
- isPortal(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a portal material.
- isProtected(Block, Player) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a block is protected.
- isProtected(Block, Player) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isProtectedPlacement(Block, Player) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a location where a chest block is trying to be created
is protected.
- isProtectedPlacement(Block, Player) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isRailBlock(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given material is a rail block.
- isRedstoneOre(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
Test whether the given type is Redstone ore.
- isRiddenOnUse(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity can be ridden if it is right clicked.
- isSilent() - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Get whether this should be a silent check.
- isTamed(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity is tameable and tamed.
- isTeleport() - Method in enum com.sk89q.worldguard.session.MoveType
-
- isTNTBased(Entity) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Return if the given entity type is TNT-based.
- isUseFlagApplicable(Material) - Static method in class com.sk89q.worldguard.bukkit.util.Materials
-
- isValidId(String) - Static method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks to see if the given ID is a valid ID.
- isVehicle(EntityType) - Static method in class com.sk89q.worldguard.bukkit.util.Entities
-
Test whether the given entity type is a vehicle type.
- isVirtual() - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Return whether this region set is a virtual set.
- isVirtual() - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- isVirtual() - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- isVirtual() - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- 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.
- isWhitelist() - Method in class com.sk89q.worldguard.blacklist.Blacklist
-
Returns whether the blacklist is used as a whitelist.
- ITEM_DROP - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- ITEM_PICKUP - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- ItemAcquireBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemAcquireBlacklistEvent(LocalPlayer, Vector, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemAcquireBlacklistEvent
-
Construct the object.
- ItemDestroyWithBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemDestroyWithBlacklistEvent(LocalPlayer, Vector, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemDestroyWithBlacklistEvent
-
Construct the object.
- ItemDropBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemDropBlacklistEvent(LocalPlayer, Vector, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemDropBlacklistEvent
-
Construct the object.
- itemDurability - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- ItemUseBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemUseBlacklistEvent(LocalPlayer, Vector, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemUseBlacklistEvent
-
Construct the object.
- iterator() - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- iterator() - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- iterator() - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- iterator() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- RangeMask - Class in com.sk89q.worldguard.blacklist.target
-
- RangeMask(Range<Short>) - Constructor for class com.sk89q.worldguard.blacklist.target.RangeMask
-
- rebuildIndex() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
Called to rebuild the index after changes.
- rebuildIndex() - Method in class com.sk89q.worldguard.protection.managers.index.PriorityRTreeIndex
-
- RECEIVE_CHAT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- RecordMessagePrefixer - Class in com.sk89q.worldguard.util.logging
-
- RecordMessagePrefixer(Logger, String) - Constructor for class com.sk89q.worldguard.util.logging.RecordMessagePrefixer
-
- redefine(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Re-defines a region with a new selection.
- redstoneSponges - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- region(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.ProtectionCommands
-
- RegionAdder - Class in com.sk89q.worldguard.bukkit.commands.task
-
Creates a new region.
- RegionAdder(WorldGuardPlugin, RegionManager, ProtectedRegion) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
Create a new instance.
- RegionAssociable - Interface in com.sk89q.worldguard.protection.association
-
An object that can have membership in a region.
- RegionCollectionConsumer - Class in com.sk89q.worldguard.protection.util
-
A consumer predicate that adds regions to a collection.
- RegionCollectionConsumer(Collection<ProtectedRegion>, boolean) - Constructor for class com.sk89q.worldguard.protection.util.RegionCollectionConsumer
-
Create a new instance.
- RegionCommands - Class in com.sk89q.worldguard.bukkit.commands.region
-
Implements the /region commands for WorldGuard.
- RegionCommands(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
- RegionContainer - Class in com.sk89q.worldguard.bukkit
-
A region container creates
RegionManagers for loaded worlds, which
allows access to the region data of a world.
- RegionContainerImpl - Class in com.sk89q.worldguard.protection.managers
-
Manages different
RegionManagers for different worlds or dimensions.
- RegionContainerImpl(RegionDriver) - Constructor for class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Create a new instance.
- RegionDatabase - Interface in com.sk89q.worldguard.protection.managers.storage
-
A region database stores a set of regions for a single world.
- RegionDatabaseUtils - Class in com.sk89q.worldguard.protection.managers.storage
-
This class provides utility methods that may be helpful in the
implementation of region databases.
- RegionDifference - Class in com.sk89q.worldguard.protection.managers
-
Describes the difference in region data.
- RegionDifference(Set<ProtectedRegion>, Set<ProtectedRegion>) - Constructor for class com.sk89q.worldguard.protection.managers.RegionDifference
-
Create a new instance.
- RegionDriver - Interface in com.sk89q.worldguard.protection.managers.storage
-
- RegionFlagsListener - Class in com.sk89q.worldguard.bukkit.listener
-
- RegionFlagsListener(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.listener.RegionFlagsListener
-
Construct the listener.
- RegionGroup - Enum in com.sk89q.worldguard.protection.flags
-
A grouping of region membership types.
- RegionGroupFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores a region group.
- RegionGroupFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.RegionGroupFlag
-
- RegionIndex - Interface in com.sk89q.worldguard.protection.managers.index
-
An index of regions to allow for fast lookups of regions by their ID and
through spatial queries.
- regionInvinciblityRemovesMobs - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- RegionLister - Class in com.sk89q.worldguard.bukkit.commands.task
-
- RegionLister(WorldGuardPlugin, RegionManager, CommandSender) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionLister
-
- RegionManager - Class in com.sk89q.worldguard.protection.managers
-
A region manager holds the regions for a world.
- RegionManager(RegionDatabase, Supplier<? extends ConcurrentRegionIndex>) - Constructor for class com.sk89q.worldguard.protection.managers.RegionManager
-
Create a new index.
- RegionManagerReloader - Class in com.sk89q.worldguard.bukkit.commands.task
-
- RegionManagerReloader(Collection<RegionManager>) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionManagerReloader
-
- RegionManagerReloader(RegionManager...) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionManagerReloader
-
- RegionManagerSaver - Class in com.sk89q.worldguard.bukkit.commands.task
-
- RegionManagerSaver(Collection<RegionManager>) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionManagerSaver
-
- RegionManagerSaver(RegionManager...) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionManagerSaver
-
- regionNetherPortalProtection - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- RegionOverlapAssociation - Class in com.sk89q.worldguard.protection.association
-
Determines that the association to a region is OWNER if the input
region is in a set of source regions.
- RegionOverlapAssociation(Set<ProtectedRegion>) - Constructor for class com.sk89q.worldguard.protection.association.RegionOverlapAssociation
-
Create a new instance.
- RegionPermissionModel - Class in com.sk89q.worldguard.bukkit.permission
-
Used for querying region-related permissions.
- RegionPermissionModel(WorldGuardPlugin, CommandSender) - Constructor for class com.sk89q.worldguard.bukkit.permission.RegionPermissionModel
-
- RegionPrintoutBuilder - Class in com.sk89q.worldguard.bukkit.commands.region
-
Create a region printout, as used in /region info to show information about
a region.
- RegionPrintoutBuilder(ProtectedRegion, ProfileCache) - Constructor for class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Create a new instance with a region to report on.
- 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.
- RegionQuery - Class in com.sk89q.worldguard.bukkit
-
This object allows easy spatial queries involving region data for the
purpose of implementing protection / region flag checks.
- RegionRemover - Class in com.sk89q.worldguard.bukkit.commands.task
-
Removes a region.
- RegionRemover(RegionManager, ProtectedRegion) - Constructor for class com.sk89q.worldguard.bukkit.commands.task.RegionRemover
-
Create a new instance.
- RegionReport - Class in com.sk89q.worldguard.util.report
-
Reports on a region.
- RegionReport(ProtectedRegion) - Constructor for class com.sk89q.worldguard.util.report.RegionReport
-
- RegionResultSet - Class in com.sk89q.worldguard.protection
-
An implementation that calculates flags using a list of regions.
- RegionResultSet(List<ProtectedRegion>, ProtectedRegion) - Constructor for class com.sk89q.worldguard.protection.RegionResultSet
-
Create a new region result set.
- RegionResultSet(Set<ProtectedRegion>, ProtectedRegion) - Constructor for class com.sk89q.worldguard.protection.RegionResultSet
-
Create a new region result set.
- RegionResultSet(List<ProtectedRegion>, ProtectedRegion, boolean) - Constructor for class com.sk89q.worldguard.protection.RegionResultSet
-
Create a new region result set.
- regionStoreDriverMap - Variable in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
- RegionType - Enum in com.sk89q.worldguard.protection.regions
-
An enum of supported region types.
- regionWand - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- register(C) - Method in class com.sk89q.worldguard.util.io.Closer
-
Registers the given
closeable to be closed when this
Closer is
closed.
- register(C) - Method in class com.sk89q.worldguard.util.io.Closer
-
Registers the given
connection to be closed when this
Closer is
closed.
- register(C) - Method in class com.sk89q.worldguard.util.io.Closer
-
Registers the given
statement to be closed when this
Closer is
closed.
- register(C) - Method in class com.sk89q.worldguard.util.io.Closer
-
Registers the given
resultSet to be closed when this
Closer is
closed.
- register(Logger, String) - Static method in class com.sk89q.worldguard.util.logging.RecordMessagePrefixer
-
Register a prefix handler on the given logger.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener
-
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.PlayerMoveListener
-
- 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
-
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardVehicleListener
-
Register events.
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWeatherListener
-
- registerEvents() - Method in class com.sk89q.worldguard.bukkit.listener.WorldGuardWorldListener
-
Register events.
- registerWithSupervisor(String) - Method in class com.sk89q.worldguard.bukkit.commands.AsyncCommandHelper
-
- relinkParents(Map<String, ProtectedRegion>, Map<ProtectedRegion, String>) - Static method in class com.sk89q.worldguard.protection.managers.storage.RegionDatabaseUtils
-
Re-link parent regions on each provided region using the two
provided maps.
- reload(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.WorldGuardCommands
-
- reload() - Method in class com.sk89q.worldguard.bukkit.RegionContainer
-
Reload the region container.
- RemovalStrategy - Enum in com.sk89q.worldguard.protection.managers
-
Determines the strategy regarding child regions when regions are
removed from a
RegionIndex.
- remove(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Remove a region.
- remove(Domain) - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- remove(String, RemovalStrategy) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- remove(String, RemovalStrategy) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- remove(String, RemovalStrategy) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Remove a region from the index with the given name.
- remove(long) - Method in class com.sk89q.worldguard.util.collect.LongBaseHashTable
-
- remove(int, int) - Method in class com.sk89q.worldguard.util.collect.LongHash
-
- remove(long) - Method in class com.sk89q.worldguard.util.collect.LongHash
-
- remove(long) - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- remove(Object) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- remove(int) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- remove() - Method in class com.sk89q.worldguard.util.task.progress.ProgressIterator
-
- removeAll(DefaultDomain) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Remove all the entries from another domain.
- removeAll() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- removeAll(Collection<?>) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- removeGroup(String) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Remove the given group from the domain.
- removeGroup(String) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
Remove the given group from the domain.
- removeHandler(LoggerHandler) - Method in class com.sk89q.worldguard.blacklist.BlacklistLoggerHandler
-
Remove a handler.
- removeInfiniteStacks - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- removeMember(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.MemberCommands
-
- removeOwner(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.MemberCommands
-
- removePlayer(String) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Remove the given player from the domain, identified by the player's name.
- removePlayer(UUID) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Remove the given player from the domain, identified by the player's UUID.
- removePlayer(LocalPlayer) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Remove the given player from the domain, identified by either the
player's name, the player's unique ID, or both.
- removePlayer(String) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Remove the given player from the domain, identified by the player's name.
- removePlayer(UUID) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Remove the given player from the domain, identified by the player's UUID.
- removePlayer(LocalPlayer) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
Remove the given player from the domain, identified by either the
player's name, the player's unique ID, or both.
- removeRegion(String) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Remove a region from the index with the given name, opting to remove
the children of the removed region.
- removeRegion(String, RemovalStrategy) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Remove a region from the index with the given name.
- RepeatGuardedAction - Class in com.sk89q.worldguard.blacklist.action
-
- RepeatGuardedAction() - Constructor for class com.sk89q.worldguard.blacklist.action.RepeatGuardedAction
-
- replaceColorMacros(String) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Replace color macros in a string.
- replaceColorMacros(String) - Static method in class com.sk89q.worldguard.bukkit.commands.CommandUtils
-
Replace color macros in a string.
- replaceMacros(CommandSender, String) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Replace macros in the text.
- report(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.WorldGuardCommands
-
- Report - Interface in com.sk89q.worldguard.util.report
-
- ReportList - Class in com.sk89q.worldguard.util.report
-
- ReportList(String) - Constructor for class com.sk89q.worldguard.util.report.ReportList
-
- reportMismatches(List<Class<?>>) - Method in class com.sk89q.worldguard.util.logging.ClassSourceValidator
-
Reports classes that have come from a different source.
- request(String, URL) - Static method in class com.sk89q.worldguard.util.net.HttpRequest
-
Perform a request.
- requiresSubject() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- resetAllStates() - Method in class com.sk89q.worldguard.session.SessionManager
-
Re-initialize handlers and clear "last position," "last state," etc.
- resetState(Player) - Method in class com.sk89q.worldguard.session.SessionManager
-
Re-initialize handlers and clear "last position," "last state," etc.
- restoreStatistic(Entity, EntityDamageEvent.DamageCause) - Static method in class com.sk89q.worldguard.bukkit.util.Events
-
Restore the statistic associated with the given cause.
- retainAll(Collection<?>) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- rethrow(Throwable) - Method in class com.sk89q.worldguard.util.io.Closer
-
Stores the given throwable and rethrows it.
- rethrow(Throwable, Class<X>) - Method in class com.sk89q.worldguard.util.io.Closer
-
Stores the given throwable and rethrows it.
- rethrow(Throwable, Class<X1>, Class<X2>) - Method in class com.sk89q.worldguard.util.io.Closer
-
Stores the given throwable and rethrows it.
- returnContent() - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
Buffer the returned response.
- RIDE - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- rl - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- ropeLadders - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- run() - Method in class com.sk89q.worldguard.bukkit.commands.FutureProgressListener
-
- run() - Method in class com.sk89q.worldguard.bukkit.commands.MessageTimerTask
-
- run() - Method in class com.sk89q.worldguard.session.SessionManager
-
- run() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder.Sampler
-
- RUN_DELAY - Static variable in class com.sk89q.worldguard.session.SessionManager
-
- rwl - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- SamplerBuilder - Class in com.sk89q.worldguard.util.profiler
-
- SamplerBuilder() - Constructor for class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- SamplerBuilder.Sampler - Class in com.sk89q.worldguard.util.profiler
-
- save(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Re-save the region database.
- save() - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Save a snapshot of all the regions as it is right now to storage.
- saveAll(Set<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile
-
- saveAll(Set<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.storage.MemoryRegionDatabase
-
- saveAll(Set<ProtectedRegion>) - Method in interface com.sk89q.worldguard.protection.managers.storage.RegionDatabase
-
Replace all the data in the store with the given collection of regions.
- saveChanges() - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Save changes to the region index to disk, preferring to only save
the changes (rather than the whole index), but choosing to save the
whole index if the underlying store does not support partial saves.
- saveChanges(RegionDifference) - Method in class com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile
-
- saveChanges(RegionDifference) - Method in class com.sk89q.worldguard.protection.managers.storage.MemoryRegionDatabase
-
- saveChanges(RegionDifference) - Method in interface com.sk89q.worldguard.protection.managers.storage.RegionDatabase
-
Perform a partial save that only commits changes, rather than the
entire region index.
- saveContent(File) - Method in class com.sk89q.worldguard.util.net.HttpRequest.BufferedResponse
-
Save the result to a file.
- saveContent(OutputStream) - Method in class com.sk89q.worldguard.util.net.HttpRequest.BufferedResponse
-
Save the result to an output stream.
- saveContent(File) - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
Save the result to a file.
- saveContent(OutputStream) - Method in class com.sk89q.worldguard.util.net.HttpRequest
-
Save the result to an output stream.
- SchedulerReport - Class in com.sk89q.worldguard.bukkit.util.report
-
- SchedulerReport() - Constructor for class com.sk89q.worldguard.bukkit.util.report.SchedulerReport
-
- select(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Get a WorldEdit selection from a region.
- selectedRegionStoreDriver - Variable in class com.sk89q.worldguard.bukkit.ConfigurationManager
-
Region Storage Configuration method, and config values
- send(CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
Send the report to a CommandSender.
- SEND_CHAT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- sendMessageAfterDelay(String) - Method in class com.sk89q.worldguard.bukkit.commands.AsyncCommandHelper
-
- 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
-
- Session - Class in com.sk89q.worldguard.session
-
Keeps session information on a player.
- Session(SessionManager) - Constructor for class com.sk89q.worldguard.session.Session
-
Create a new session.
- SESSION_LIFETIME - Static variable in class com.sk89q.worldguard.session.SessionManager
-
- SessionManager - Class in com.sk89q.worldguard.session
-
Keeps tracks of sessions and also does session-related handling
(flags, etc.).
- SessionManager(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.session.SessionManager
-
Create a new instance.
- set(Player, Session, boolean) - Static method in class com.sk89q.worldguard.session.handler.GodMode
-
- set(Player, Session, boolean) - Static method in class com.sk89q.worldguard.session.handler.WaterBreathing
-
- set(int, Report) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- setAllowed(boolean) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
Set the event to Result#ALLOW if allowed is true.
- setAllowed(T, boolean) - Static method in class com.sk89q.worldguard.bukkit.event.DelegateEvents
-
Set an event as handled as Event.Result.ALLOW if allowed is
true, otherwise do nothing.
- setBlockToWater(World, int, int, int) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Sets the given block to fluid water.
- 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.protection.events.DisallowedPVPEvent
-
- setComment(String) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setDetectingPlugin(boolean) - Method in class com.sk89q.worldguard.util.report.CancelReport
-
- setDirty(boolean) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- setDirty(boolean) - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- setDirty(boolean) - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- setDirty(RegionDifference) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- setDirty(boolean) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- setDirty(RegionDifference) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- setDirty(boolean) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- setDirty(RegionDifference) - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Set the index to be dirty using the given difference.
- setDirty(boolean) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- setDirty(boolean) - Method in interface com.sk89q.worldguard.util.ChangeTracked
-
Set whether changes have been made.
- setDsn(String) - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new instance with a new DSN.
- SetFlag<T> - Class in com.sk89q.worldguard.protection.flags
-
Stores a set of types.
- SetFlag(String, RegionGroup, Flag<T>) - Constructor for class com.sk89q.worldguard.protection.flags.SetFlag
-
- SetFlag(String, Flag<T>) - Constructor for class com.sk89q.worldguard.protection.flags.SetFlag
-
- setFlag(T, V) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set a flag's value.
- setFlags(Map<Flag<?>, Object>) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the map of flags.
- setGodMode(Player, boolean) - Method in class com.sk89q.worldguard.session.handler.GodMode
-
- setGroupDomain(GroupDomain) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Set a new group domain.
- setIgnoreGroups(String[]) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setIgnorePermissions(String[]) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setInterval(int) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- setKeepUnresolvedNames(boolean) - Method in class com.sk89q.worldguard.protection.managers.migration.UUIDMigration
-
Set whether names that have no UUID equivalent (i.e.
- setLocatorPolicy(DomainInputResolver.UserLocatorPolicy) - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
- setLocatorPolicy(DomainInputResolver.UserLocatorPolicy) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
Set the policy used for identifying users.
- setMaximumPoint(BlockVector) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
Set the upper point of the cuboid.
- setMembers(DefaultDomain) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the members domain.
- setMessage(String) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setMinimumPoint(BlockVector) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
Set the lower point of the cuboid.
- setMinMaxPoints(List<Vector>) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the minimum and maximum points of the bounding box for a region
- setMungingLinks(boolean) - Method in class com.sk89q.worldguard.util.paste.Pastebin
-
- setOwners(DefaultDomain) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the owner domain.
- setOwnersInput(String[]) - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionAdder
-
- setPage(int) - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionLister
-
- setParent(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Set the parent of a region.
- setParent(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the parent of this region.
- setPassword(String) - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new instance with a new password.
- setPlayerDomain(PlayerDomain) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Set a new player domain.
- setPriority(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Set the priority of a region.
- setPriority(int) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the priority of the region, where higher numbers indicate a higher
priority.
- setRegions(Map<String, ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Replace the index with the regions in the given map.
- setRegions(Collection<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Replace the index with the regions in the given collection.
- setRemovalStrategy(RemovalStrategy) - Method in class com.sk89q.worldguard.bukkit.commands.task.RegionRemover
-
Set a parent removal strategy.
- setResult(Event.Result) - Method in class com.sk89q.worldguard.bukkit.event.DelegateEvent
-
- setResult(Event.Result) - Method in interface com.sk89q.worldguard.bukkit.event.Handleable
-
- setRunTime(long, TimeUnit) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- 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.
- setTablePrefix(String) - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new instance with a new table prefix.
- setThreadFilter(Predicate<ThreadInfo>) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- setUsername(String) - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new instance with a new username.
- setValues(PreparedStatement, String...) - Static method in class com.sk89q.worldguard.internal.util.sql.StatementUtils
-
Adds all of the parsed values to the PreparedStatement
- setWaterBreathing(boolean) - Method in class com.sk89q.worldguard.session.handler.WaterBreathing
-
- ShallowObjectReport - Class in com.sk89q.worldguard.util.report
-
- ShallowObjectReport(String, Object) - Constructor for class com.sk89q.worldguard.util.report.ShallowObjectReport
-
- shouldIgnore(LocalPlayer) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
Returns true if this player should be ignored.
- signChestProtection - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- SignChestProtection - Class in com.sk89q.worldguard.chest
-
Sign-based chest protection.
- SignChestProtection() - Constructor for class com.sk89q.worldguard.chest.SignChestProtection
-
- SimpleSupervisor - Class in com.sk89q.worldguard.util.task
-
An implementation of a Supervisor.
- SimpleSupervisor() - Constructor for class com.sk89q.worldguard.util.task.SimpleSupervisor
-
- simulateSponge - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- size() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- size() - Method in interface com.sk89q.worldguard.domains.Domain
-
Get the number of entries.
- size() - Method in class com.sk89q.worldguard.domains.DomainCollection
-
Deprecated.
- size() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- size() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- size() - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Get the number of regions that are included.
- size() - Method in class com.sk89q.worldguard.protection.FailedLoadRegionSet
-
- size() - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- size() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- size() - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Return the number of regions in the index.
- size() - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Get the number of regions.
- size() - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- size() - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- size() - Method in class com.sk89q.worldguard.util.collect.LongHashSet
-
- size() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- slay(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.GeneralCommands
-
- SLEEP - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- SNOW_FALL - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- SNOW_MELT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- SOIL_DRY - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- sort(List<ProtectedRegion>) - Static method in class com.sk89q.worldguard.protection.util.NormativeOrders
-
- SPAWN_LOC - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- 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
-
- SpigotCompatListener() - Constructor for class com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.SpigotCompatListener
-
- split(Progress...) - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Create a new progress object with progress split equally between the
given progress objects.
- split(Collection<Progress>) - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Create a new progress object with progress split equally between the
given progress objects.
- splitObservables(ProgressObservable...) - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Create a new progress object with progress split equally between the
given
ProgressObservables.
- splitObservables(Collection<? extends ProgressObservable>) - Static method in class com.sk89q.worldguard.util.task.progress.Progress
-
Create a new progress object with progress split equally between the
given
ProgressObservables.
- spongeRadius - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- SpongeUtil - Class in com.sk89q.worldguard.bukkit.listener
-
- SQLDriver - Class in com.sk89q.worldguard.protection.managers.storage.sql
-
Stores regions using a JDBC connection with support for SQL.
- SQLDriver(DataSourceConfig) - Constructor for class com.sk89q.worldguard.protection.managers.storage.sql.SQLDriver
-
Create a new instance.
- stack(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.GeneralCommands
-
- StackNode - Class in com.sk89q.worldguard.util.profiler
-
- StackNode(String) - Constructor for class com.sk89q.worldguard.util.profiler.StackNode
-
- StackTraceNode - Class in com.sk89q.worldguard.util.profiler
-
- StackTraceNode(String, String) - Constructor for class com.sk89q.worldguard.util.profiler.StackTraceNode
-
- StackTraceReport - Class in com.sk89q.worldguard.util.report
-
- StackTraceReport(StackTraceElement[]) - Constructor for class com.sk89q.worldguard.util.report.StackTraceReport
-
- start() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- StateFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores a bi-state value.
- StateFlag(String, boolean, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.StateFlag
-
- StateFlag(String, boolean) - Constructor for class com.sk89q.worldguard.protection.flags.StateFlag
-
- StateFlag.State - Enum in com.sk89q.worldguard.protection.flags
-
- StatementUtils - Class in com.sk89q.worldguard.internal.util.sql
-
- stopFire(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.ToggleCommands
-
- stopLag(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.ToggleCommands
-
- stopProfile(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.WorldGuardCommands
-
- StorageException - Exception in com.sk89q.worldguard.protection.managers.storage
-
Exceptions related to region stores inherit from this exception.
- StorageException() - Constructor for exception com.sk89q.worldguard.protection.managers.storage.StorageException
-
- StorageException(String) - Constructor for exception com.sk89q.worldguard.protection.managers.storage.StorageException
-
- StorageException(String, Throwable) - Constructor for exception com.sk89q.worldguard.protection.managers.storage.StorageException
-
- StorageException(Throwable) - Constructor for exception com.sk89q.worldguard.protection.managers.storage.StorageException
-
- strictEntitySpawn - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- StringFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores a string.
- StringFlag(String) - Constructor for class com.sk89q.worldguard.protection.flags.StringFlag
-
- StringFlag(String, String) - Constructor for class com.sk89q.worldguard.protection.flags.StringFlag
-
- StringFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.StringFlag
-
- StringFlag(String, RegionGroup, String) - Constructor for class com.sk89q.worldguard.protection.flags.StringFlag
-
- subList(int, int) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- summaryOnStart - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- Supervisor - Interface in com.sk89q.worldguard.util.task
-
Manages running tasks and informs users of their progress, but does not
execute the task.
- SystemInfoReport - Class in com.sk89q.worldguard.util.report
-
- SystemInfoReport() - Constructor for class com.sk89q.worldguard.util.report.SystemInfoReport
-
- Target - Interface in com.sk89q.worldguard.blacklist.target
-
A target is something that can have events attached to it.
- TargetMatcher - Interface in com.sk89q.worldguard.blacklist.target
-
- TargetMatcherParseException - Exception in com.sk89q.worldguard.blacklist.target
-
- TargetMatcherParseException(String) - Constructor for exception com.sk89q.worldguard.blacklist.target.TargetMatcherParseException
-
- TargetMatcherParser - Class in com.sk89q.worldguard.blacklist.target
-
- TargetMatcherParser() - Constructor for class com.sk89q.worldguard.blacklist.target.TargetMatcherParser
-
- TargetMatcherSet - Class in com.sk89q.worldguard.bukkit.internal
-
- TargetMatcherSet() - Constructor for class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
-
- Task<V> - Interface in com.sk89q.worldguard.util.task
-
A task is a job that can be scheduled, run, or cancelled.
- Task.State - Enum in com.sk89q.worldguard.util.task
-
Represents the state of a task.
- TaskStateComparator - Class in com.sk89q.worldguard.util.task
-
Compares task states according to the order of the
Task.State
enumeration.
- TaskStateComparator() - Constructor for class com.sk89q.worldguard.util.task.TaskStateComparator
-
- TELE_LOC - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- teleport(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionCommands
-
Teleport to a region
- teleportOnSuffocation - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- teleportOnVoid - Variable in class com.sk89q.worldguard.bukkit.WorldConfiguration
-
- TellAction - Class in com.sk89q.worldguard.blacklist.action
-
- TellAction(BlacklistEntry) - Constructor for class com.sk89q.worldguard.blacklist.action.TellAction
-
- test(Target) - Method in class com.sk89q.worldguard.blacklist.target.DataValueRangeMatcher
-
- test(Target) - Method in interface com.sk89q.worldguard.blacklist.target.TargetMatcher
-
Return whether the given target is matched by this matcher.
- test(Target) - Method in class com.sk89q.worldguard.blacklist.target.WildcardDataMatcher
-
- test(Target) - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
-
- test(Material) - 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(StateFlag.State...) - Static method in class com.sk89q.worldguard.protection.flags.StateFlag
-
Test whether at least one of the given states is ALLOW
but none are set to DENY.
- 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.
- testBuild(Location, Player, StateFlag...) - Method in class com.sk89q.worldguard.bukkit.RegionQuery
-
Returns true if the BUILD flag allows the action in the location, but it
can be overridden by a list of other flags.
- testBuild(Location, RegionAssociable, StateFlag...) - Method in class com.sk89q.worldguard.bukkit.RegionQuery
-
Returns true if the BUILD flag allows the action in the location, but it
can be overridden by a list of other flags.
- 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.
- testMoveTo(Player, Location, Location, ApplicableRegionSet, MoveType) - Method in class com.sk89q.worldguard.session.handler.Handler
-
- testMoveTo(Player, Location, MoveType) - Method in class com.sk89q.worldguard.session.Session
-
Test movement to the given location.
- testMoveTo(Player, Location, MoveType, boolean) - Method in class com.sk89q.worldguard.session.Session
-
Test movement to the given location.
- testState(Location, Player, StateFlag...) - Method in class com.sk89q.worldguard.bukkit.RegionQuery
-
Test whether the (effective) value for a list of state flags equals
ALLOW.
- testState(Location, RegionAssociable, StateFlag...) - Method in class com.sk89q.worldguard.bukkit.RegionQuery
-
Test whether the (effective) value for a list of state flags equals
ALLOW.
- testState(RegionAssociable, StateFlag...) - Method in class com.sk89q.worldguard.protection.AbstractRegionSet
-
- testState(RegionAssociable, StateFlag...) - Method in interface com.sk89q.worldguard.protection.ApplicableRegionSet
-
Test whether the (effective) value for a list of state flags equals
ALLOW.
- thenRespondWith(String, String) - Method in class com.sk89q.worldguard.bukkit.commands.AsyncCommandHelper
-
- thenTellErrorsOnly(String) - Method in class com.sk89q.worldguard.bukkit.commands.AsyncCommandHelper
-
- ThreadIdFilter - Class in com.sk89q.worldguard.util.profiler
-
- ThreadIdFilter(long) - Constructor for class com.sk89q.worldguard.util.profiler.ThreadIdFilter
-
- ThreadNameFilter - Class in com.sk89q.worldguard.util.profiler
-
- ThreadNameFilter(String) - Constructor for class com.sk89q.worldguard.util.profiler.ThreadNameFilter
-
- tick(Player, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.FeedFlag
-
- tick(Player, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.Handler
-
Called periodically (at least once every second) by
SessionManager in the server's main thread.
- tick(Player, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.HealFlag
-
- TIME_LOCK - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- TimeLockFlag - Class in com.sk89q.worldguard.session.handler
-
- TimeLockFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.TimeLockFlag
-
- TNT - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- toArray() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- toArray(T[]) - Method in class com.sk89q.worldguard.util.report.ReportList
-
- ToggleCommands - Class in com.sk89q.worldguard.bukkit.commands
-
- ToggleCommands(WorldGuardPlugin) - Constructor for class com.sk89q.worldguard.bukkit.commands.ToggleCommands
-
- toGroupsString() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toLocation(World, Vector) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Converts a WorldEdit vector to a Bukkit location.
- toLong(int, int) - Static method in class com.sk89q.worldguard.util.collect.LongHash
-
- toName(CommandSender) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets the name of a command sender.
- toPlayersString() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toPlayersString(ProfileCache) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toRegion(Chunk) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Create a dummy region that encompasses the size of a chunk.
- toString() - Method in class com.sk89q.worldguard.bukkit.cause.Cause
-
- toString() - Method in class com.sk89q.worldguard.bukkit.commands.region.RegionPrintoutBuilder
-
- toString() - Method in class com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
-
- toString() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toString() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
- toString() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- toString() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- toString() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- toString() - Method in class com.sk89q.worldguard.util.net.HttpRequest.Form
-
- toString() - Method in class com.sk89q.worldguard.util.Normal
-
Return the un-normalized name.
- toString() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder.Sampler
-
- toString() - Method in class com.sk89q.worldguard.util.profiler.StackNode
-
- toString() - Method in class com.sk89q.worldguard.util.report.CancelReport
-
- toString() - Method in class com.sk89q.worldguard.util.report.DataReport
-
- toString() - Method in class com.sk89q.worldguard.util.report.ReportList
-
- toString() - Method in class com.sk89q.worldguard.util.report.StackTraceReport
-
- toUniqueName(CommandSender) - Method in class com.sk89q.worldguard.bukkit.WorldGuardPlugin
-
Gets the name of a command sender.
- toUserFriendlyString() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toUserFriendlyString(ProfileCache) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
- toVector(Block) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Converts the location of a Bukkit block to a WorldEdit vector.
- toVector(Location) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Converts a Bukkit location to a WorldEdit vector.
- toVector(Vector) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
Converts a Bukkit vector to a WorldEdit vector.
- 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
-
- tryEnum(Class<T>, String...) - Static method in class com.sk89q.worldguard.bukkit.BukkitUtil
-
- trySetFlag(ProtectedRegion, Flag<T>, Object) - Static method in class com.sk89q.worldguard.protection.managers.storage.RegionDatabaseUtils
-
Try to set a flag on the region.
- trySetFlagMap(ProtectedRegion, Map<String, Object>) - Static method in class com.sk89q.worldguard.protection.managers.storage.RegionDatabaseUtils
-
Try setting the given map of flags onto the region.
- valueOf(String) - Static method in enum com.sk89q.worldguard.blacklist.action.ActionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.blacklist.action.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.blacklist.event.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.domains.Association
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.flags.RegionGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.flags.StateFlag.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.FlagValueCalculator.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.managers.RemovalStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.managers.storage.DriverType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.regions.RegionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.protection.util.DomainInputResolver.UserLocatorPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.session.MoveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sk89q.worldguard.util.task.Task.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.sk89q.worldguard.blacklist.action.ActionResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.blacklist.action.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.blacklist.event.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.domains.Association
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.flags.RegionGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.flags.StateFlag.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.FlagValueCalculator.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- values() - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- values() - Method in interface com.sk89q.worldguard.protection.managers.index.RegionIndex
-
Get an unmodifiable collection of regions stored in this index.
- values() - Static method in enum com.sk89q.worldguard.protection.managers.RemovalStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.managers.storage.DriverType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.regions.RegionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.protection.util.DomainInputResolver.UserLocatorPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sk89q.worldguard.session.MoveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- values() - Method in class com.sk89q.worldguard.util.collect.LongHashTable
-
- values() - Static method in enum com.sk89q.worldguard.util.task.Task.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VectorFlag - Class in com.sk89q.worldguard.protection.flags
-
Stores a vector.
- VectorFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.VectorFlag
-
- VectorFlag(String) - Constructor for class com.sk89q.worldguard.protection.flags.VectorFlag
-
- version(CommandContext, CommandSender) - Method in class com.sk89q.worldguard.bukkit.commands.WorldGuardCommands
-
- VINE_GROWTH - Static variable in class com.sk89q.worldguard.protection.flags.DefaultFlag
-
- volume() - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- volume() - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- volume() - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- volume() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the number of blocks in this region.