A B C D E F G H I O P R S T V

I

Identifiable - Interface in io.github.alshain01.flags.api.area
Defines if the area plugin provides UUID for areas.
initialize(Plugin, AreaPlugin, SectorManager, DataStore) - Static method in class io.github.alshain01.flags.api.FlagsAPI
Starts the API.
inPvpCombat(Player) - Static method in class io.github.alshain01.flags.api.FlagsAPI
Checks if a player is in Pvp combat that is being monitored by the cuboid system
InvalidAreaException - Exception in io.github.alshain01.flags.api.exception
Exception that indicates an area was used that had a null underlying instance.
InvalidAreaException() - Constructor for exception io.github.alshain01.flags.api.exception.InvalidAreaException
 
InvalidSubdivisionException - Exception in io.github.alshain01.flags.api.exception
Exception that indicates a subdivision area was used that had a null underlying instance.
InvalidSubdivisionException() - Constructor for exception io.github.alshain01.flags.api.exception.InvalidSubdivisionException
 
io.github.alshain01.flags.api - package io.github.alshain01.flags.api
 
io.github.alshain01.flags.api.area - package io.github.alshain01.flags.api.area
 
io.github.alshain01.flags.api.economy - package io.github.alshain01.flags.api.economy
 
io.github.alshain01.flags.api.event - package io.github.alshain01.flags.api.event
 
io.github.alshain01.flags.api.exception - package io.github.alshain01.flags.api.exception
 
io.github.alshain01.flags.api.sector - package io.github.alshain01.flags.api.sector
 
isActive() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin is the currently active plugin
isAdminArea() - Method in interface io.github.alshain01.flags.api.area.Administrator
Checks if the area is an Administrator area defined by the system.
isAdministrator() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin supports administrator areas
isArea() - Method in interface io.github.alshain01.flags.api.area.Area
Validates the underlying object from the area plugin is not null.
isBundle(String) - Static method in class io.github.alshain01.flags.api.FlagsAPI
Checks if a bundle name exists in the data store.
isCancelled() - Method in class io.github.alshain01.flags.api.event.FlagChangedEvent
 
isCancelled() - Method in class io.github.alshain01.flags.api.event.FlagMessageChangedEvent
 
isCancelled() - Method in class io.github.alshain01.flags.api.event.FlagPermissionTrustChangedEvent
 
isCancelled() - Method in class io.github.alshain01.flags.api.event.FlagPlayerTrustChangedEvent
 
isCancelled() - Method in class io.github.alshain01.flags.api.event.PlayerChangedAreaEvent
 
isContained(Location, Location) - Method in interface io.github.alshain01.flags.api.sector.SectorManager
Gets if a potential sector would be fully contained by an existing sector.
isCuboid() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin uses only rectangle or cuboid land divisions
isFlag(String) - Method in class io.github.alshain01.flags.api.Registrar
Checks if a flag name has been registered.
isIdentifiable() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin identifies areas by UUID
isInherited() - Method in interface io.github.alshain01.flags.api.area.Subdividable
Gets if the subdivision is inheriting flags from it's parent.
isOverlap(Location, Location) - Method in interface io.github.alshain01.flags.api.sector.SectorManager
Gets if a potential sector would overlap an existing sector.
isOwnable() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin supports players owning areas
isParent(Area) - Method in interface io.github.alshain01.flags.api.area.Subdividable
Gets if the provided area is a parent of this area.
isPlayerFlag() - Method in class io.github.alshain01.flags.api.Flag
Checks if the flag is a player flag.
isRefundable() - Method in enum io.github.alshain01.flags.api.economy.EconomyPurchaseType
 
isRenameable() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin supports changing the name of areas after their creation
isSet() - Method in enum io.github.alshain01.flags.api.economy.EconomyBaseValue
 
isSiegeable() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin supports siegeable areas
isSubdividable() - Method in enum io.github.alshain01.flags.api.AreaPlugin
Gets if the plugin supports subdivisions
isSubdivision() - Method in interface io.github.alshain01.flags.api.area.Subdividable
Checks if the area is a subdivision.
isTrusted() - Method in class io.github.alshain01.flags.api.event.FlagPermissionTrustChangedEvent
Gets whether the player is gaining or losing trust
isTrusted() - Method in class io.github.alshain01.flags.api.event.FlagPlayerTrustChangedEvent
Gets whether the player is gaining or losing trust
isUnderSiege() - Method in interface io.github.alshain01.flags.api.area.Siegeable
Checks if the area is under siege.

A B C D E F G H I O P R S T V