- AbstractPermissionModel - Class in com.sk89q.worldguard.internal.permission
-
- AbstractPermissionModel(Actor) - Constructor for class com.sk89q.worldguard.internal.permission.AbstractPermissionModel
-
- AbstractRegionSet - Class in com.sk89q.worldguard.protection
-
- AbstractRegionSet() - Constructor for class com.sk89q.worldguard.protection.AbstractRegionSet
-
- AbstractSessionManager - Class in com.sk89q.worldguard.session
-
- AbstractSessionManager() - Constructor for class com.sk89q.worldguard.session.AbstractSessionManager
-
- AbstractSessionManager.CacheKey - Class in com.sk89q.worldguard.session
-
- 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.config.ConfigurationManager
-
- 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
-
- 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
-
- 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.
- addMember(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.MemberCommands
-
- addOwner(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.MemberCommands
-
- addOwnersFromCommand(CommandContext, int) - Method in class com.sk89q.worldguard.commands.task.RegionAdder
-
Add the owners from the command's arguments.
- addPlatformReports(ReportList) - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Adds reports specific to this platform.
- 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.
- addRegion(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.managers.RegionManager
-
Aad a region to the manager.
- addSpongeWater(World, int, int, int) - Static method in class com.sk89q.worldguard.util.SpongeUtil
-
Add water around a sponge.
- AllowAction - Class in com.sk89q.worldguard.blacklist.action
-
- ALLOWED_CMDS - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- allowedLavaSpreadOver - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- allowedSnowFallOver - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- allowFire(CommandContext, Actor) - Method in class com.sk89q.worldguard.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.config.WorldConfiguration
-
- allowTamedSpawns - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- alwaysRaining - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- alwaysThundering - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- antiWolfDumbness - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- append(String) - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
- append(TextComponent) - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
- appendBasics() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Add region name, type, and priority.
- appendBounds() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Add information about coordinates.
- appendDomain() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Add information about members.
- appendFlags() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Add information about flags.
- appendFlagsList(boolean) - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Append just the list of flags (without "Flags:"), including colors.
- appendParents() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Add information about parents.
- appendParentTree(boolean) - Method in class com.sk89q.worldguard.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(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
-
- applyContaining(BlockVector3, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
- applyContaining(BlockVector3, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.HashMapIndex
-
- applyContaining(BlockVector3, Predicate<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.managers.index.PriorityRTreeIndex
-
- applyContaining(BlockVector3, 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
-
- 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.
- autoMigrate() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
Execute auto-migration.
- awaitCompletion(long, TimeUnit) - Method in class com.sk89q.worldguard.protection.managers.index.ChunkHashTable
-
Waits until all currently executing background tasks complete.
- cache - Variable in class com.sk89q.worldguard.protection.regions.RegionContainer
-
- call() - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
- call() - Method in class com.sk89q.worldguard.commands.task.RegionAdder
-
- call() - Method in class com.sk89q.worldguard.commands.task.RegionLister
-
- call() - Method in class com.sk89q.worldguard.commands.task.RegionManagerReloader
-
- call() - Method in class com.sk89q.worldguard.commands.task.RegionManagerSaver
-
- call() - Method in class com.sk89q.worldguard.commands.task.RegionRemover
-
- call() - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- 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.config.WorldConfiguration
-
- checkPlayer(Actor) - Method in class com.sk89q.worldguard.WorldGuard
-
Checks to see if the sender is a player, otherwise throw an exception.
- checkPlayerMatch(List<? extends LocalPlayer>) - Method in interface com.sk89q.worldguard.internal.platform.StringMatcher
-
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.Flags
-
- ChestProtection - Interface in com.sk89q.worldguard.chest
-
Interface for chest protection.
- chooseValue(Collection<T>) - Method in class com.sk89q.worldguard.protection.flags.Flag
-
Given a list of values, choose the best one.
- chooseValue(Collection<StateFlag.State>) - Method in class com.sk89q.worldguard.protection.flags.StateFlag
-
- CHORUS_TELEPORT - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- 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, Actor) - Method in class com.sk89q.worldguard.commands.region.RegionCommands
-
Claiming command for users.
- claimOnlyInsideExistingRegions - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- 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.GroupDomain
-
- clear() - Method in class com.sk89q.worldguard.domains.PlayerDomain
-
- 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(World, int, int, int) - Static method in class com.sk89q.worldguard.util.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.util.io.Closer
-
Closes all Closeable instances that have been added to this Closer.
- close() - Method in class com.sk89q.worldguard.util.logging.LoggerToChatHandler
-
Close the handler.
- close() - Method in class com.sk89q.worldguard.util.logging.RecordMessagePrefixer
-
- 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.chest - package com.sk89q.worldguard.chest
-
- com.sk89q.worldguard.commands - package com.sk89q.worldguard.commands
-
- com.sk89q.worldguard.commands.region - package com.sk89q.worldguard.commands.region
-
- com.sk89q.worldguard.commands.task - package com.sk89q.worldguard.commands.task
-
- com.sk89q.worldguard.config - package com.sk89q.worldguard.config
-
- com.sk89q.worldguard.domains - package com.sk89q.worldguard.domains
-
- com.sk89q.worldguard.internal - package com.sk89q.worldguard.internal
-
- com.sk89q.worldguard.internal.permission - package com.sk89q.worldguard.internal.permission
-
- com.sk89q.worldguard.internal.platform - package com.sk89q.worldguard.internal.platform
-
- 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.flags - package com.sk89q.worldguard.protection.flags
-
- com.sk89q.worldguard.protection.flags.registry - package com.sk89q.worldguard.protection.flags.registry
-
- 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.formatting.component - package com.sk89q.worldguard.util.formatting.component
-
- 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.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
-
- 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.commands
-
Command-related utility methods.
- 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
-
- ConcurrentRegionIndex - Interface in com.sk89q.worldguard.protection.managers.index
-
An implementation of a region index that supports concurrent access.
- config - Variable in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- CONFIG_HEADER - Static variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- ConfigReport - Class in com.sk89q.worldguard.util.report
-
- ConfigReport() - Constructor for class com.sk89q.worldguard.util.report.ConfigReport
-
- ConfigurationManager - Class in com.sk89q.worldguard.config
-
Represents the global configuration and also delegates configuration
for individual worlds.
- ConfigurationManager() - Constructor for class com.sk89q.worldguard.config.ConfigurationManager
-
- 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.
- container - Variable in class com.sk89q.worldguard.protection.regions.RegionContainer
-
- 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.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(BlockVector3) - Method in class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
- contains(BlockVector3) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
- contains(BlockVector3) - Method in class com.sk89q.worldguard.protection.regions.ProtectedPolygonalRegion
-
- contains(BlockVector3) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Check to see if a point is inside this region.
- contains(BlockVector2) - 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.
- containsAny(List<BlockVector2>) - 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
-
- convert(NumberFormatException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(StorageException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(RejectedExecutionException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(CancellationException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(InterruptedException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(WorldEditException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(UnresolvedNamesException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convert(AuthorizationException) - Method in class com.sk89q.worldguard.util.WorldGuardExceptionConverter
-
- convertLegacyBlock(String) - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- convertLegacyBlocks(List<String>) - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- convertLegacyItem(String) - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- convertLegacyItems(List<String>) - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- copyDefaults() - Method in class com.sk89q.worldguard.config.YamlConfigurationManager
-
- copyFrom(ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Copy attributes from another region.
- copyWith(Actor, String, Map<String, Object>) - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
Create a copy of this FlagContext, with optional substitutions for values
If any supplied variable is null, it will be ignored.
- count - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- create() - Static method in class com.sk89q.worldguard.protection.flags.FlagContext
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.EntryFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.ExitFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.FarewellFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.FeedFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.GameModeFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.GodMode.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.GreetingFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.Handler.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.HealFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.InvincibilityFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.NotifyEntryFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.NotifyExitFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.TimeLockFlag.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.WaterBreathing.Factory
-
- create(Session) - Method in class com.sk89q.worldguard.session.handler.WeatherLockFlag.Factory
-
- create() - Static method in class com.sk89q.worldguard.util.io.Closer
-
- createAddAllFunction(DefaultDomain) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- createQuery() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
Create a new region query.
- createRemoveAllFunction(DefaultDomain) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
- createSession(LocalPlayer) - Method in class com.sk89q.worldguard.session.AbstractSessionManager
-
- createSession(LocalPlayer) - Method in interface com.sk89q.worldguard.session.SessionManager
-
Create a session for a player.
- CREEPER_EXPLOSION - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- GAME_MODE - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- GameModeFlag - Class in com.sk89q.worldguard.session.handler
-
- GameModeFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.GameModeFlag
-
- GameModeFlag.Factory - Class in com.sk89q.worldguard.session.handler
-
- GameModeTypeFlag - Class in com.sk89q.worldguard.protection.flags
-
- GameModeTypeFlag(String, RegionGroup) - Constructor for class com.sk89q.worldguard.protection.flags.GameModeTypeFlag
-
- GameModeTypeFlag(String) - Constructor for class com.sk89q.worldguard.protection.flags.GameModeTypeFlag
-
- GeneralCommands - Class in com.sk89q.worldguard.commands
-
- GeneralCommands(WorldGuard) - Constructor for class com.sk89q.worldguard.commands.GeneralCommands
-
- get(World) - Method in class com.sk89q.worldguard.config.ConfigurationManager
-
Get the configuration for a world.
- get(String) - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
Get an object from the context by key name.
- get(String, Object) - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
Get an object from the context by key name.
- get(String) - Static method in class com.sk89q.worldguard.protection.flags.Flags
-
- get(String) - Method in interface com.sk89q.worldguard.protection.flags.registry.FlagRegistry
-
Get af flag by its name.
- get(String) - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- 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(World) - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
Get the region manager for a world if one exists.
- get(LocalPlayer) - Method in class com.sk89q.worldguard.session.AbstractSessionManager
-
- get(LocalPlayer) - Method in interface 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
-
- 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.
- getAll() - Method in interface com.sk89q.worldguard.protection.flags.registry.FlagRegistry
-
Get all flags
- getAll() - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- 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(BlockVector3) - 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.regions.RegionQuery
-
Query for regions containing the given location.
- getApplicableRegionsIDs(BlockVector3) - 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 interface 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
-
- getAssociation(List<ProtectedRegion>) - Method in class com.sk89q.worldguard.protection.DelayedRegionOverlapAssociation
-
- getBlacklist() - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- getBoolean(String, boolean) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- 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.
- 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
-
- getConfig() - Method in class com.sk89q.worldguard.config.YamlConfigurationManager
-
- getConfigDir() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the configuration directory.
- getConnection() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Create a new connection.
- getDataFolder() - Method in class com.sk89q.worldguard.config.ConfigurationManager
-
Get the folder for storing data files and configuration.
- getDebugHandler() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the handler for debug commands.
- 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
-
- getDefaultGameMode() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the servers default game mode.
- 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.protection.managers.RegionContainerImpl
-
Get the region store driver.
- getDriver() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
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).
- 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
-
- getExceptionConverter() - Method in class com.sk89q.worldguard.WorldGuard
-
Get the exception converter
- getExecutorService() - Method in class com.sk89q.worldguard.WorldGuard
-
Get the global executor service for internal usage (please use your
own executor service).
- getExhaustion() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the exhaustion of this player.
- getFireTicks() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the number of ticks the player is on fire for.
- getFlag(T) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get a flag's value.
- getFlagRegistry() - Method in class com.sk89q.worldguard.WorldGuard
-
Get the flag registry.
- getFlags() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Get the map of flags.
- getFoodLevel() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the food level of this player.
- getFriendlyName() - Method in class com.sk89q.worldguard.blacklist.target.BlockTarget
-
- getFriendlyName() - Method in class com.sk89q.worldguard.blacklist.target.ItemTarget
-
- 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
-
- getGlobalStateManager() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
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.domains.DefaultDomain
-
Get the set of group names.
- getGroups() - Method in class com.sk89q.worldguard.domains.GroupDomain
-
Get the set of group names.
- getHandler(Class<T>) - Method in class com.sk89q.worldguard.session.Session
-
Get a handler by class, if has been registered.
- getHealth() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the health of this player.
- getId() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Gets the name of this region
- getIfPresent(LocalPlayer) - Method in class com.sk89q.worldguard.session.AbstractSessionManager
-
- getIfPresent(LocalPlayer) - Method in interface 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
-
- 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.
- getInstance() - Static method in class com.sk89q.worldguard.WorldGuard
-
- getInt(String, int) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- 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
-
- getIntList(String, List<Integer>) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- getInvincibility(LocalPlayer) - Method in class com.sk89q.worldguard.session.handler.GodMode
-
- getInvincibility(LocalPlayer) - Method in class com.sk89q.worldguard.session.handler.Handler
-
Return whether the player should be invincible.
- getInvincibility(LocalPlayer) - 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.
- getKeepUnresolvedNames() - Method in class com.sk89q.worldguard.protection.managers.migration.UUIDMigration
-
Get whether names that have no UUID equivalent (i.e.
- getKeyFlag() - Method in class com.sk89q.worldguard.protection.flags.MapFlag
-
Get the flag that is stored as the key flag type.
- getKeys(String) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- 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.protection.managers.RegionContainerImpl
-
Get an immutable list of loaded region managers.
- getLoaded() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
- getLocatorPolicy() - Method in class com.sk89q.worldguard.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.BlockMatcher
-
- getMatchedTypeId() - Method in class com.sk89q.worldguard.blacklist.target.ItemBlockMatcher
-
- getMatchedTypeId() - Method in class com.sk89q.worldguard.blacklist.target.ItemMatcher
-
- getMatchedTypeId() - Method in interface com.sk89q.worldguard.blacklist.target.TargetMatcher
-
Get the matched type ID, which is merely used for indexing.
- getMatcher() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets an instance of the matcher, which handles matching
worlds, players, colours, etc from strings.
- getMax(int, ProtectedRegion) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegionMBRConverter
-
- getMaxHealth() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the max health of this player.
- 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(LocalPlayer) - Method in class com.sk89q.worldguard.config.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.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
-
- getNormal() - Method in class com.sk89q.worldguard.util.Normal
-
Get the normalized name.
- getOriginalGameMode() - Method in class com.sk89q.worldguard.session.handler.GameModeFlag
-
- getOwnerName(Object) - Static method in class com.sk89q.worldguard.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.commands.task.RegionAdder
-
- getPage() - Method in class com.sk89q.worldguard.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.
- getPlatform() - Method in class com.sk89q.worldguard.WorldGuard
-
The WorldGuard Platform.
- getPlatformName() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the name of the platform.
- getPlatformVersion() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the version of the platform.
- getPlayer() - Method in interface com.sk89q.worldguard.blacklist.event.BlacklistEvent
-
Get the player.
- getPlayer() - Method in class com.sk89q.worldguard.session.WorldPlayerTuple
-
- getPlayerDomain() - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Get the domain that holds the players.
- 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.
- getPlayerSender() - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
Gets the CommandSender as a player.
- getPlayerTimeOffset() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the time offset of the player.
- getPlayerWeather() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the players weather
- 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.
- 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.WorldGuard
-
Get the profile cache.
- getProfileService() - Method in class com.sk89q.worldguard.WorldGuard
-
Get the profile lookup service.
- getProperty(String) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- 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 interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets a RegionContainer.
- 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.
- 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
-
- getRegistry() - Method in class com.sk89q.worldguard.protection.flags.RegistryFlag
-
- getRemovalStrategy() - Method in class com.sk89q.worldguard.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
-
- getRuleName() - Method in enum com.sk89q.worldguard.blacklist.event.EventType
-
- getRunTime(TimeUnit) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- getSaturation() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets the saturation of this player.
- getSaveFailures() - Method in class com.sk89q.worldguard.protection.managers.RegionContainerImpl
-
Get the a set of region managers that are failing to save.
- getSaveFailures() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
Get the a set of region managers that are failing to save.
- getSender() - Method in class com.sk89q.worldguard.internal.permission.AbstractPermissionModel
-
- getSender() - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
- getSession() - Method in class com.sk89q.worldguard.session.handler.Handler
-
Get the session.
- getSessionManager() - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Gets the session manager.
- getSetGameMode() - Method in class com.sk89q.worldguard.session.handler.GameModeFlag
-
- getString(String, String) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- getStringList(String, List<String>) - Method in class com.sk89q.worldguard.config.YamlWorldConfiguration
-
- getSupervisor() - Method in class com.sk89q.worldguard.WorldGuard
-
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.
- getThreadFilter() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- 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.BlockTarget
-
- getTypeId() - Method in class com.sk89q.worldguard.blacklist.target.ItemTarget
-
- getTypeId() - Method in interface com.sk89q.worldguard.blacklist.target.Target
-
Get the type ID.
- 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.
- getUserInput() - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
- getUserInputAsDouble() - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
- getUserInputAsInt() - Method in class com.sk89q.worldguard.protection.flags.FlagContext
-
- getUsername() - Method in class com.sk89q.worldguard.util.sql.DataSourceConfig
-
Get the username.
- getValueFlag() - Method in class com.sk89q.worldguard.protection.flags.MapFlag
-
Get the flag type that is stored as values.
- getVersion() - Static method in class com.sk89q.worldguard.WorldGuard
-
Get the version.
- getWorld() - Method in class com.sk89q.worldguard.session.WorldPlayerTuple
-
- getWorldByName(String) - Method in interface com.sk89q.worldguard.internal.platform.StringMatcher
-
Gets a world by name, if possible.
- getWorldName() - Method in class com.sk89q.worldguard.config.WorldConfiguration
-
- getWorldsDataFolder() - Method in class com.sk89q.worldguard.config.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.Flags
-
- 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
-
- GlobalProtectedRegion(String, boolean) - Constructor for class com.sk89q.worldguard.protection.regions.GlobalProtectedRegion
-
Create a new instance.
- god(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.GeneralCommands
-
- GodMode - Class in com.sk89q.worldguard.session.handler
-
- GodMode(Session) - Constructor for class com.sk89q.worldguard.session.handler.GodMode
-
- GodMode.Factory - Class in com.sk89q.worldguard.session.handler
-
- GRASS_SPREAD - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- GREET_MESSAGE - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- GREET_TITLE - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- GreetingFlag - Class in com.sk89q.worldguard.session.handler
-
- GreetingFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.GreetingFlag
-
- GreetingFlag.Factory - Class in com.sk89q.worldguard.session.handler
-
- 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.Flags
-
- ICE_MELT - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- ignoreHopperMoveEvents - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- implicitlySetWithMembership() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- INBUILT_FLAGS - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- info(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.RegionCommands
-
Get information about a region.
- initialize() - Method in class com.sk89q.worldguard.protection.regions.RegionContainer
-
Initialize the region container.
- initialize(LocalPlayer, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.FarewellFlag
-
- initialize(LocalPlayer, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler
-
- initialize(LocalPlayer, Location, ApplicableRegionSet) - Method in class com.sk89q.worldguard.session.handler.Handler
-
Called when the session is first being created or
/wg flushstates is used.
- initialize(LocalPlayer) - Method in class com.sk89q.worldguard.session.Session
-
Initialize the session.
- 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.Flags
-
- 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.
- invalidateAll() - Method in class com.sk89q.worldguard.protection.regions.QueryCache
-
Invalidate the cache and clear its contents.
- InvalidFlagFormat - Exception in com.sk89q.worldguard.protection.flags
-
- InvalidFlagFormat(String) - Constructor for exception com.sk89q.worldguard.protection.flags.InvalidFlagFormat
-
- INVINCIBILITY - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- InvincibilityFlag - Class in com.sk89q.worldguard.session.handler
-
- InvincibilityFlag(Session) - Constructor for class com.sk89q.worldguard.session.handler.InvincibilityFlag
-
- InvincibilityFlag.Factory - Class in com.sk89q.worldguard.session.handler
-
- isAdjacentChestProtected(Location, LocalPlayer) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether an adjacent chest is protected.
- isAdjacentChestProtected(Location, LocalPlayer) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isCancellable() - Method in enum com.sk89q.worldguard.session.MoveType
-
- isChest(BlockType) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a blockType is a chest.
- isDifferentBlock(Location, Location) - Static method in class com.sk89q.worldguard.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.
- 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
-
- isInitialized() - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- isIntensiveEntity(Entity) - Static method in class com.sk89q.worldguard.util.Entities
-
Returns whether an entity should be removed for the halt activity mode.
- isInvincible(LocalPlayer) - Method in class com.sk89q.worldguard.session.Session
-
Test whether the session has invincibility enabled.
- 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.
- 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.
- isPlayerTimeRelative() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Gets if the players time is relative.
- isProtected(Location, LocalPlayer) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a block is protected.
- isProtected(Location, LocalPlayer) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isProtectedPlacement(Location, LocalPlayer) - Method in interface com.sk89q.worldguard.chest.ChestProtection
-
Returns whether a location where a chest block is trying to be created
is protected.
- isProtectedPlacement(Location, LocalPlayer) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isProtectedSign(Location, LocalPlayer) - Method in class com.sk89q.worldguard.chest.SignChestProtection
-
- isTeleport() - Method in enum com.sk89q.worldguard.session.MoveType
-
- isTransient() - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
- isValidId(String) - Static method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Checks to see if the given ID is a valid ID.
- isValidName(String) - Static method in class com.sk89q.worldguard.protection.flags.Flag
-
Test whether a flag name is valid.
- 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
-
- 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.Flags
-
- ITEM_FRAME_ROTATE - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- ITEM_PICKUP - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- ItemAcquireBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemAcquireBlacklistEvent(LocalPlayer, BlockVector3, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemAcquireBlacklistEvent
-
Construct the object.
- ItemBlockMatcher - Class in com.sk89q.worldguard.blacklist.target
-
- ItemBlockMatcher(BlockType) - Constructor for class com.sk89q.worldguard.blacklist.target.ItemBlockMatcher
-
- ItemDestroyWithBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemDestroyWithBlacklistEvent(LocalPlayer, BlockVector3, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemDestroyWithBlacklistEvent
-
Construct the object.
- ItemDropBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemDropBlacklistEvent(LocalPlayer, BlockVector3, Target) - Constructor for class com.sk89q.worldguard.blacklist.event.ItemDropBlacklistEvent
-
Construct the object.
- itemDurability - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- ItemMatcher - Class in com.sk89q.worldguard.blacklist.target
-
- ItemMatcher(ItemType) - Constructor for class com.sk89q.worldguard.blacklist.target.ItemMatcher
-
- ItemTarget - Class in com.sk89q.worldguard.blacklist.target
-
- ItemTarget(ItemType) - Constructor for class com.sk89q.worldguard.blacklist.target.ItemTarget
-
- ItemUseBlacklistEvent - Class in com.sk89q.worldguard.blacklist.event
-
- ItemUseBlacklistEvent(LocalPlayer, BlockVector3, 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.flags.registry.SimpleFlagRegistry
-
- iterator() - Method in class com.sk89q.worldguard.protection.PermissiveRegionSet
-
- iterator() - Method in class com.sk89q.worldguard.protection.RegionResultSet
-
- 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.Flags
-
- RecordMessagePrefixer - Class in com.sk89q.worldguard.util.logging
-
- RecordMessagePrefixer(Logger, String) - Constructor for class com.sk89q.worldguard.util.logging.RecordMessagePrefixer
-
- redefine(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.RegionCommands
-
Re-defines a region with a new selection.
- redstoneSponges - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- region(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.ProtectionCommands
-
- RegionAdder - Class in com.sk89q.worldguard.commands.task
-
Creates a new region.
- RegionAdder(RegionManager, ProtectedRegion) - Constructor for class com.sk89q.worldguard.commands.task.RegionAdder
-
Create a new instance.
- RegionAssociable - Interface in com.sk89q.worldguard.protection.association
-
An object that can have membership in a region.
- regionCancelEmptyChatEvents - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- 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.commands.region
-
Implements the /region commands for WorldGuard.
- RegionCommands(WorldGuard) - Constructor for class com.sk89q.worldguard.commands.region.RegionCommands
-
- RegionContainer - Class in com.sk89q.worldguard.protection.regions
-
A region container creates
RegionManagers for loaded worlds, which
allows access to the region data of a world.
- RegionContainer() - Constructor for class com.sk89q.worldguard.protection.regions.RegionContainer
-
- RegionContainerImpl - Class in com.sk89q.worldguard.protection.managers
-
Manages different
RegionManagers for different worlds or dimensions.
- RegionContainerImpl(RegionDriver, FlagRegistry) - 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
-
- 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.config.WorldConfiguration
-
- RegionLister - Class in com.sk89q.worldguard.commands.task
-
- RegionLister(RegionManager, Actor, String) - Constructor for class com.sk89q.worldguard.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>, FlagRegistry) - Constructor for class com.sk89q.worldguard.protection.managers.RegionManager
-
Create a new index.
- RegionManagerReloader - Class in com.sk89q.worldguard.commands.task
-
- RegionManagerReloader(Collection<RegionManager>) - Constructor for class com.sk89q.worldguard.commands.task.RegionManagerReloader
-
- RegionManagerReloader(RegionManager...) - Constructor for class com.sk89q.worldguard.commands.task.RegionManagerReloader
-
- RegionManagerSaver - Class in com.sk89q.worldguard.commands.task
-
- RegionManagerSaver(Collection<RegionManager>) - Constructor for class com.sk89q.worldguard.commands.task.RegionManagerSaver
-
- RegionManagerSaver(RegionManager...) - Constructor for class com.sk89q.worldguard.commands.task.RegionManagerSaver
-
- regionNetherPortalProtection - Variable in class com.sk89q.worldguard.config.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.internal.permission
-
Used for querying region-related permissions.
- RegionPermissionModel(Actor) - Constructor for class com.sk89q.worldguard.internal.permission.RegionPermissionModel
-
- RegionPrintoutBuilder - Class in com.sk89q.worldguard.commands.region
-
Create a region printout, as used in /region info to show information about
a region.
- RegionPrintoutBuilder(String, ProtectedRegion, ProfileCache, Actor) - Constructor for class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Create a new instance with a region to report on.
- RegionQuery - Class in com.sk89q.worldguard.protection.regions
-
This object allows easy spatial queries involving region data for the
purpose of implementing protection / region flag checks.
- RegionQuery(QueryCache) - Constructor for class com.sk89q.worldguard.protection.regions.RegionQuery
-
Create a new instance.
- RegionRemover - Class in com.sk89q.worldguard.commands.task
-
Removes a region.
- RegionRemover(RegionManager, ProtectedRegion) - Constructor for class com.sk89q.worldguard.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.config.ConfigurationManager
-
- RegionType - Enum in com.sk89q.worldguard.protection.regions
-
An enum of supported region types.
- regionWand - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- register(Flag<?>) - Method in interface com.sk89q.worldguard.protection.flags.registry.FlagRegistry
-
Register a new flag.
- register(Flag<?>) - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- register(Handler) - Method in class com.sk89q.worldguard.session.Session
-
Register a new handler.
- 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.
- registerAll() - Static method in class com.sk89q.worldguard.protection.flags.Flags
-
Dummy method to call that initialises the class.
- registerAll(Collection<Flag<?>>) - Method in interface com.sk89q.worldguard.protection.flags.registry.FlagRegistry
-
Register a collection of flags.
- registerAll(Collection<Flag<?>>) - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- registerHandler(Handler.Factory<? extends Handler>, Handler.Factory<? extends Handler>) - Method in class com.sk89q.worldguard.session.AbstractSessionManager
-
- registerHandler(Handler.Factory<? extends Handler>, Handler.Factory<? extends Handler>) - Method in interface com.sk89q.worldguard.session.SessionManager
-
Register a handler with the BukkitSessionManager.
- RegistryFlag<T extends com.sk89q.worldedit.registry.Keyed> - Class in com.sk89q.worldguard.protection.flags
-
- RegistryFlag(String, Registry<T>) - Constructor for class com.sk89q.worldguard.protection.flags.RegistryFlag
-
- RegistryFlag(String, RegionGroup, Registry<T>) - Constructor for class com.sk89q.worldguard.protection.flags.RegistryFlag
-
- 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, Actor) - Method in class com.sk89q.worldguard.commands.WorldGuardCommands
-
- reload() - Method in class com.sk89q.worldguard.protection.regions.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, Actor) - Method in class com.sk89q.worldguard.commands.region.RegionCommands
-
Remove a region.
- 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
-
- 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
-
- 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.config.WorldConfiguration
-
- removeMember(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.MemberCommands
-
- removeOwner(CommandContext, Actor) - Method in class com.sk89q.worldguard.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.commands.CommandUtils
-
Replace color macros in a string.
- replaceMacros(Actor, String) - Method in interface com.sk89q.worldguard.internal.platform.StringMatcher
-
Replace macros in the text.
- report(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.WorldGuardCommands
-
- requiresSubject() - Method in class com.sk89q.worldguard.protection.flags.Flag
-
- resetAllStates() - Method in interface com.sk89q.worldguard.session.SessionManager
-
Re-initialize handlers and clear "last position," "last state," etc.
- resetPlayerTime() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Resets the players time to normal.
- resetPlayerWeather() - Method in interface com.sk89q.worldguard.LocalPlayer
-
Resets the players weather to normal.
- resetState(LocalPlayer) - Method in class com.sk89q.worldguard.session.AbstractSessionManager
-
- resetState(LocalPlayer) - Method in class com.sk89q.worldguard.session.Session
-
Re-initialize the session.
- resetState(LocalPlayer) - Method in interface com.sk89q.worldguard.session.SessionManager
-
Re-initialize handlers and clear "last position," "last state," etc.
- 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.
- RIDE - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- rl - Variable in class com.sk89q.worldguard.util.collect.LongHashSet
-
- ropeLadders - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- run() - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder.Sampler
-
- RUN_DELAY - Static variable in class com.sk89q.worldguard.session.AbstractSessionManager
-
- 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, Actor) - Method in class com.sk89q.worldguard.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.
- select(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.region.RegionCommands
-
Get a WorldEdit selection from a region.
- selectedRegionStoreDriver - Variable in class com.sk89q.worldguard.config.ConfigurationManager
-
Region Storage Configuration method, and config values
- send(Actor) - Method in class com.sk89q.worldguard.commands.region.RegionPrintoutBuilder
-
Send the report to a Actor.
- SEND_CHAT - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- sendStringToChat(LocalPlayer, String) - Static method in class com.sk89q.worldguard.util.MessagingUtil
-
- sendStringToTitle(LocalPlayer, String) - Static method in class com.sk89q.worldguard.util.MessagingUtil
-
- sendTitle(String, String) - Method in interface com.sk89q.worldguard.LocalPlayer
-
This should preferably take Components but there's no way to do that yet
- 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.AbstractSessionManager
-
- SessionManager - Interface in com.sk89q.worldguard.session
-
- set(LocalPlayer, Session, boolean) - Static method in class com.sk89q.worldguard.session.handler.GodMode
-
- set(LocalPlayer, Session, boolean) - Static method in class com.sk89q.worldguard.session.handler.WaterBreathing
-
- setComment(String) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setCompassTarget(Location) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the target of the compass
- 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.
- setExhaustion(float) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the exhaustion of this player.
- setFireTicks(int) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the number of ticks the player is on fire for.
- 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.
- setFoodLevel(double) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the food level of this player.
- setGodMode(LocalPlayer, 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.
- setHealth(double) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the health of this player.
- setIgnoreGroups(String[]) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setIgnorePermissions(String[]) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
- setInitialized(boolean) - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- setInput(String) - Method in class com.sk89q.worldguard.protection.flags.FlagContext.FlagContextBuilder
-
- 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.commands.task.RegionAdder
-
- setLocatorPolicy(DomainInputResolver.UserLocatorPolicy) - Method in class com.sk89q.worldguard.protection.util.DomainInputResolver
-
Set the policy used for identifying users.
- setMaximumPoint(BlockVector3) - 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(BlockVector3) - Method in class com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion
-
Set the lower point of the cuboid.
- setMinMaxPoints(List<BlockVector3>) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the minimum and maximum points of the bounding box for a region
- setObject(String, Object) - Method in class com.sk89q.worldguard.protection.flags.FlagContext.FlagContextBuilder
-
- setOwners(DefaultDomain) - Method in class com.sk89q.worldguard.protection.regions.ProtectedRegion
-
Set the owner domain.
- setOwnersInput(String[]) - Method in class com.sk89q.worldguard.commands.task.RegionAdder
-
- setPage(int) - Method in class com.sk89q.worldguard.commands.task.RegionLister
-
- setParent(CommandContext, Actor) - Method in class com.sk89q.worldguard.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.
- setPlatform(WorldGuardPlatform) - Method in class com.sk89q.worldguard.WorldGuard
-
- setPlayerDomain(PlayerDomain) - Method in class com.sk89q.worldguard.domains.DefaultDomain
-
Set a new player domain.
- setPlayerTime(long, boolean) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the players time.
- setPlayerWeather(WeatherType) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the players WeatherType
- setPriority(CommandContext, Actor) - Method in class com.sk89q.worldguard.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.commands.task.RegionRemover
-
Set a parent removal strategy.
- setRunTime(long, TimeUnit) - Method in class com.sk89q.worldguard.util.profiler.SamplerBuilder
-
- setSaturation(double) - Method in interface com.sk89q.worldguard.LocalPlayer
-
Sets the saturation of this player.
- setSender(Actor) - Method in class com.sk89q.worldguard.protection.flags.FlagContext.FlagContextBuilder
-
- 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
-
- setup() - Method in class com.sk89q.worldguard.WorldGuard
-
- 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
-
- shouldIgnore(LocalPlayer) - Method in class com.sk89q.worldguard.blacklist.BlacklistEntry
-
Returns true if this player should be ignored.
- SignChestProtection - Class in com.sk89q.worldguard.chest
-
Sign-based chest protection.
- SignChestProtection() - Constructor for class com.sk89q.worldguard.chest.SignChestProtection
-
- signChestProtection - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- SimpleFlagRegistry - Class in com.sk89q.worldguard.protection.flags.registry
-
- SimpleFlagRegistry() - Constructor for class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- simulateSponge - Variable in class com.sk89q.worldguard.config.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.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 interface com.sk89q.worldguard.protection.flags.registry.FlagRegistry
-
Get the number of registered flags.
- size() - Method in class com.sk89q.worldguard.protection.flags.registry.SimpleFlagRegistry
-
- 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
-
- slay(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.GeneralCommands
-
- SLEEP - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- SNOW_FALL - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- SNOW_MELT - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- SNOWMAN_TRAILS - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- SOIL_DRY - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- sort(List<ProtectedRegion>) - Static method in class com.sk89q.worldguard.protection.util.NormativeOrders
-
- SPAWN_LOC - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- spongeRadius - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- SpongeUtil - Class in com.sk89q.worldguard.util
-
- 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, Actor) - Method in class com.sk89q.worldguard.commands.GeneralCommands
-
- StackNode - Class in com.sk89q.worldguard.util.profiler
-
- StackNode(String) - Constructor for class com.sk89q.worldguard.util.profiler.StackNode
-
- stackPlayerInventory(LocalPlayer) - Method in interface com.sk89q.worldguard.internal.platform.WorldGuardPlatform
-
Stack the inventory of the player
- StackTraceNode - Class in com.sk89q.worldguard.util.profiler
-
- StackTraceNode(String, String) - Constructor for class com.sk89q.worldguard.util.profiler.StackTraceNode
-
- 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, Actor) - Method in class com.sk89q.worldguard.commands.ToggleCommands
-
- stopLag(CommandContext, Actor) - Method in class com.sk89q.worldguard.commands.ToggleCommands
-
- stopProfile(CommandContext, Actor) - Method in class com.sk89q.worldguard.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.config.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
-
- StringMatcher - Interface in com.sk89q.worldguard.internal.platform
-
- summaryOnStart - Variable in class com.sk89q.worldguard.config.WorldConfiguration
-
- 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.
- 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
-
- 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, Actor) - Method in class com.sk89q.worldguard.commands.WorldGuardCommands
-
- VINE_GROWTH - Static variable in class com.sk89q.worldguard.protection.flags.Flags
-
- 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.