Index
All Classes|All Packages|Deprecated API|Serialized Form
A
- async() - Method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Get the source async scheduler
B
- BACK - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Back wall
- BarMessage - Class in ml.karmaconfigs.api.bukkit.reflection
-
Action bar message
- BarMessage(Player, String) - Constructor for class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Initialize the ActionBar class
- BlockUtil - Class in ml.karmaconfigs.api.bukkit.util
-
Karma block utilities
- BlockUtil() - Constructor for class ml.karmaconfigs.api.bukkit.util.BlockUtil
- BossMessage - Class in ml.karmaconfigs.api.bukkit.reflection
-
Karma boss bar message
- BossMessage(KarmaSource, String, double) - Constructor for class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Initialize the boss message
- BossMessage.getters - Interface in ml.karmaconfigs.api.bukkit.reflection
-
Boss bar getters
- BOTTOM - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Bottom wall
- BottomCorner - Class in ml.karmaconfigs.api.bukkit.region.corner
-
Bottom corner
- BottomCorner(Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.corner.BottomCorner
-
Initialize the bottom corner
- BukkitAsyncScheduler<T extends KarmaPlugin> - Class in ml.karmaconfigs.api.bukkit.scheduler
-
Bukkit special asynchronous scheduler
- BukkitAsyncScheduler(T) - Constructor for class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Initialize the scheduler
- BukkitBridge - Class in ml.karmaconfigs.api.bukkit.loader
-
Bridge between Bukkit and KarmaAPI
- BukkitBridge(KarmaPlugin) - Constructor for class ml.karmaconfigs.api.bukkit.loader.BukkitBridge
-
Initialize the bridge loader
- BukkitClient - Class in ml.karmaconfigs.api.bukkit.util
-
Karma bukkit client
- BukkitClient(KarmaPlugin, Player) - Constructor for class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Initialize the bukkit client
- BukkitServer - Class in ml.karmaconfigs.api.bukkit.server
-
Minecraft bukkit server version utils.
- BukkitServer() - Constructor for class ml.karmaconfigs.api.bukkit.server.BukkitServer
- BukkitSyncScheduler<T extends KarmaPlugin> - Class in ml.karmaconfigs.api.bukkit.scheduler
-
Bukkit special synchronous scheduler
- BukkitSyncScheduler(T) - Constructor for class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Initialize the scheduler
C
- cancel() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Destroy the current boss bar
- CATEGORY - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.VarType
-
Argument means category
- Client - Class in ml.karmaconfigs.api.bukkit.util
-
Karma client
- Client() - Constructor for class ml.karmaconfigs.api.bukkit.util.Client
- color(BossColor) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Set the boss bar color
- console() - Method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Get the source out
- Corner - Class in ml.karmaconfigs.api.bukkit.region.corner.util
-
Region corner
- Corner() - Constructor for class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
- corners() - Method in class ml.karmaconfigs.api.bukkit.region.corner.BottomCorner
-
Get all the corners
- corners() - Method in class ml.karmaconfigs.api.bukkit.region.corner.TopCorner
-
Get all the corners
- corners() - Method in class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
-
Get all the corners
- CornerType - Enum Class in ml.karmaconfigs.api.bukkit.region.corner.util
-
Corner types
- createAnyPlaceholder(String, BiConsumer<Player, T>) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Create a player placeholder
- createDoublePlaceholder(String, BiConsumer<Player, Double>) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Create a player placeholder
- createFloatPlaceholder(String, BiConsumer<Player, Float>) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Create a player placeholder
- createIntegerPlaceholder(String, BiConsumer<Player, Integer>) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Create a player placeholder
- createTextPlaceholder(String, BiConsumer<Player, String>) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Create a player placeholder
- Cuboid - Class in ml.karmaconfigs.api.bukkit.region
-
Karma cuboid region Code from: https://www.spigotmc.org/threads/region-cuboid.329859/
- Cuboid(KarmaPlugin) - Constructor for class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Initialize the cuboid region
- currentTask() - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Get the current task id
- currentTask() - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Get the current task id
D
- DEFAULT - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Default is LIST_RESOURCES
- disconnect(String) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Disconnect the client
- disconnect(String) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Disconnect the client
- disconnect(String...) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Disconnect the client
- disconnect(String...) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Disconnect the client
- disconnect(List<String>) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Disconnect the client
- disconnect(List<String>) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Disconnect the client
- displayBar(Collection<Player>) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Display the boss bar to the specified players
- displayTime(double) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Set the boss bar display time
- DROP_ITEM - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Item dropped
E
- enable() - Method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Enable the KarmaPlugin
- EntityDieAtRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.entity
-
Entity die event
- EntityDieAtRegionEvent(Entity, Forensics, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Initialize the entity die region event
- EntityInteractWithRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.entity
-
Entity interact directly or indirectly with a region
- EntityInteractWithRegionEvent(Entity, Block, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Initialize the entity interact at region event
- EntityJoinRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.entity
-
Entity join event
- EntityJoinRegionEvent(Entity, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.entity.EntityJoinRegionEvent
-
Initialize the entity join region event
- EntityLeaveRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.entity
-
Entity leave event
- EntityLeaveRegionEvent(Entity, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.entity.EntityLeaveRegionEvent
-
Initialize the entity leave region event
- EntitySpawnAtRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.entity
-
Entity spawn at a region event
- EntitySpawnAtRegionEvent(Entity, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Initialize the entity spawn at region event
- exists(KarmaPlugin) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get if the region already exists
- exists(KarmaPlugin) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get if the region already exists
F
- fetchUUID(String) - Static method in class ml.karmaconfigs.api.bukkit.util.UUIDUtil
-
Deprecated.Fetch the UUID
- FIND_AUTHOR - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Find user by username
- FIRST - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
First corner
- Forensics - Class in ml.karmaconfigs.api.bukkit.region.event.death
-
Karma forensics for region API
- Forensics(Entity, Block, EntityDamageEvent.DamageCause, double) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.death.Forensics
-
Initialize the forensics
- FOURTH - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
Fourth corner
- fromMemory(KarmaPlugin, String) - Static method in class ml.karmaconfigs.api.bukkit.region.Region
-
Load the region from the memory location
- fromTrimmed(String) - Static method in class ml.karmaconfigs.api.bukkit.util.UUIDUtil
-
Deprecated.Get a UUID from a trimmed UUID
- FRONT - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Front wall
G
- get() - Method in enum class ml.karmaconfigs.api.bukkit.util.spigot.VarType
-
Get the type name in URL
- GET_AUTHOR - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Get user info
- GET_BY_AUTHOR - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Get spigot resource by author
- GET_RESOURCE - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Get spigot resource
- GET_UPDATE - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Get update info
- GET_UPDATES - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Get resource updates
- getBarId() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get the current boss bar id
- getBarsAmount() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get the amount of bars that exist
- getBlock() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
the block that is involved in the event
- getBlock() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
the block that is involved in the event
- getBlocks() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region blocks
- getBlocks() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region blocks
- getBlocksAmount() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the amount of blocks inside the region
- getBlocksAmount() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the amount of blocks inside the region
- getBlocksBetween(Location, Location) - Static method in class ml.karmaconfigs.api.bukkit.util.BlockUtil
-
Get the blocks between two locations
- getBottom() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the bottom location
- getBottom() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the bottom location
- getBottomCorners() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the bottom corners of the region
- getBottomCorners() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the bottom corners of the region
- getBukkitClass(String) - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get an obc class directly from server package
- getByID(int) - Static method in interface ml.karmaconfigs.api.bukkit.reflection.BossMessage.getters
-
Get a boss bar by ID
- getCause() - Method in class ml.karmaconfigs.api.bukkit.region.event.death.Forensics
-
Get the death info cause
- getCenter() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region center location
- getCenter() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region center location
- getColor() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get the boss bar color
- getCorner(CornerType) - Method in class ml.karmaconfigs.api.bukkit.region.corner.BottomCorner
-
Get a corner
- getCorner(CornerType) - Method in class ml.karmaconfigs.api.bukkit.region.corner.TopCorner
-
Get a corner
- getCorner(CornerType) - Method in class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
-
Get a corner
- getDamage() - Method in class ml.karmaconfigs.api.bukkit.region.event.death.Forensics
-
Get the last damage caused to the main entity
- getForensics() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Get the event forensics
- getFullVersion() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the version full version as string
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityJoinRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityLeaveRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Get a list of event handlers
- getHandlerList() - Static method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Get a list of event handlers
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityJoinRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityLeaveRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Get event handler list
- getHandlers() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Get event handler list
- getHeight() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region height
- getHeight() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region height
- getInstance() - Static method in class ml.karmaconfigs.api.bukkit.loader.BukkitBridge
-
Get the loader instance
- getInternalName() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region internal name
- getInternalName() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region internal name
- getKiller() - Method in class ml.karmaconfigs.api.bukkit.region.event.death.Forensics
-
Get the entity who killed the main entity
- getLength() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region length
- getLength() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region length
- getLowestBlockAt(Location, boolean) - Static method in class ml.karmaconfigs.api.bukkit.util.BlockUtil
-
Get the lowest block location
- getMinecraftClass(String) - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get a nms class directly from the server version
- getName() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region name
- getName() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region name
- getNear(double) - Method in class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Get nearby entities in the wall
- getNear(double) - Method in class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
-
Get nearby entities in the wall
- getNear(double, EntityType...) - Method in class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Get nearby entities in the wall
- getNear(double, EntityType...) - Method in class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
-
Get nearby entities in the wall
- getPackageBuild() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the server version package build
- getPackageType() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the server version package type
- getPhysical() - Method in class ml.karmaconfigs.api.bukkit.region.event.death.Forensics
-
Get the physical reason of the main entity death
- getPlayer() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Get the entity that
EntityEvent.getEntity()interacted with - getRealVersion() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the full version string of the server
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.corner.BottomCorner
-
Get the region that owns the corners
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.corner.TopCorner
-
Get the region that owns the corners
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
-
Get the region that owns the corners
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Get the region the entity died in
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Get the region the entity is entering to
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityJoinRegionEvent
-
Get the region the entity is entering to
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityLeaveRegionEvent
-
Get the region the entity is leaving from
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Get the region the entity is entering to
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Get the region the entity is entering to
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Get the region the entity is entering to
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Get the region that owns the walls
- getRegion() - Method in class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
-
Get the region that owns the walls
- getRegions() - Static method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get all the regions
- getSize() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region size
- getSize() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region size
- getSizeSquared() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region size
- getSizeSquared() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region size
- getStyle() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get the boss bar style
- getTitle() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get the boss bar title
- getToken() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region token, this is another unique identifier for the region ( UUID is also used as identifier ).
- getToken() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region token, this is another unique identifier for the region ( UUID is also used as identifier ).
- getTop() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the top location
- getTop() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the top location
- getTopCorners() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the top corners of the region
- getTopCorners() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the top corners of the region
- getTrigger() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Get the event trigger
- getType() - Method in class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Get the wall type
- getType() - Method in class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
-
Get the wall type
- getUniqueId() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region unique id
- getUniqueId() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region unique id
- getVersion() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the server version
- getVersionUpdate() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the server version update (Example: 1.16.2 will return "2")
- getWall() - Method in class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Get the wall blocks
- getWall() - Method in class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
-
Get the wall blocks
- getWalls(WallType) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region walls
- getWalls(WallType) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region walls
- getWidth() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region width
- getWidth() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region width
- getWorld() - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get the region world
- getWorld() - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get the region world
H
- hasMoreTasks() - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Get if the scheduler has more tasks
- hasMoreTasks() - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Get if the scheduler has more tasks
- hasPlaceholders() - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Get if the current plugin has placeholders.contains(plugin) enabled for bukkit client
I
- instantiate(KarmaPlugin, Player) - Static method in class ml.karmaconfigs.api.bukkit.util.Client
-
Create a new client instance
- InteractAction - Enum Class in ml.karmaconfigs.api.bukkit.region.event
-
Valid
PlayerInteractAtRegionEventinteract actions - isCancelled() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get if the boss bar is cancelled
- isCancelled() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Gets the cancellation state of this event.
- isCancelled() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Gets the cancellation state of this event.
- isCancelled() - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Gets the cancellation state of this event.
- isCancelled() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Gets the cancellation state of this event.
- isCancelled() - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Gets the cancellation state of this event.
- isInside(Block) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get if the block is inside the region
- isInside(Block) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get if the block is inside the region
- isInside(Entity) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get if the entity is inside the region
- isInside(Entity) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get if the entity is inside the region
- isInside(Entity, double) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Get if the entity is inside the region
- isInside(Entity, double) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Get if the entity is inside the region
- isOver(Version) - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Check if the current server version is over the specified one
- isSent() - Method in class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Check if the bar has been sent
- isUnder(Version) - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Check if the current server version is under the specified one
- isUpdated(Version) - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Check if the current server version is the specified one
- isValid() - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Get if the boss bar is valid
J
- JUMP_SOIL - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Entity jumped on soil
K
- KarmaPlugin - Class in ml.karmaconfigs.api.bukkit
-
Karma plugin
- KarmaPlugin() - Constructor for class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Initialize the KarmaPlugin
- KarmaPlugin(boolean) - Constructor for class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Initialize the KarmaPlugin
L
- LEFT - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Left wall
- LEFT_CLICK_AIR - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Left-clicked in air
- LEFT_CLICK_BLOCK - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Left-clicked a block
- LIST_CATEGORIES - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
List spigot categories
- LIST_RESOURCES - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
List spigot resources
M
- ml.karmaconfigs.api.bukkit - package ml.karmaconfigs.api.bukkit
- ml.karmaconfigs.api.bukkit.loader - package ml.karmaconfigs.api.bukkit.loader
- ml.karmaconfigs.api.bukkit.reflection - package ml.karmaconfigs.api.bukkit.reflection
- ml.karmaconfigs.api.bukkit.region - package ml.karmaconfigs.api.bukkit.region
- ml.karmaconfigs.api.bukkit.region.corner - package ml.karmaconfigs.api.bukkit.region.corner
- ml.karmaconfigs.api.bukkit.region.corner.util - package ml.karmaconfigs.api.bukkit.region.corner.util
- ml.karmaconfigs.api.bukkit.region.error - package ml.karmaconfigs.api.bukkit.region.error
- ml.karmaconfigs.api.bukkit.region.event - package ml.karmaconfigs.api.bukkit.region.event
- ml.karmaconfigs.api.bukkit.region.event.death - package ml.karmaconfigs.api.bukkit.region.event.death
- ml.karmaconfigs.api.bukkit.region.event.entity - package ml.karmaconfigs.api.bukkit.region.event.entity
- ml.karmaconfigs.api.bukkit.region.event.player - package ml.karmaconfigs.api.bukkit.region.event.player
- ml.karmaconfigs.api.bukkit.region.wall - package ml.karmaconfigs.api.bukkit.region.wall
- ml.karmaconfigs.api.bukkit.region.wall.util - package ml.karmaconfigs.api.bukkit.region.wall.util
- ml.karmaconfigs.api.bukkit.scheduler - package ml.karmaconfigs.api.bukkit.scheduler
- ml.karmaconfigs.api.bukkit.server - package ml.karmaconfigs.api.bukkit.server
- ml.karmaconfigs.api.bukkit.util - package ml.karmaconfigs.api.bukkit.util
- ml.karmaconfigs.api.bukkit.util.spigot - package ml.karmaconfigs.api.bukkit.util.spigot
- modifyX(Location, double) - Static method in class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
-
Modify the X value of the location
- modifyZ(Location, double) - Static method in class ml.karmaconfigs.api.bukkit.region.corner.util.Corner
-
Modify the Z value of the location
O
- onEnable() - Method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
On plugin enable
- onTaskComplete(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Action to perform when a task has been completed
- onTaskComplete(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Action to perform when a task has been completed
- onTaskStart(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Action to perform when a task has been started
- onTaskStart(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Action to perform when a task has been started
P
- PAGE - Enum constant in enum class ml.karmaconfigs.api.bukkit.util.spigot.VarType
-
Argument means page
- PICKUP_ITEM - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Item pickup-ed
- PlayerActionWithRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.player
-
Entity interact directly or indirectly with a region
- PlayerActionWithRegionEvent(Player, Block, InteractAction, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Initialize the entity interact at region event
- PlayerInteractAtRegionEvent - Class in ml.karmaconfigs.api.bukkit.region.event.player
-
Entity interact with another entity in a region
- PlayerInteractAtRegionEvent(Entity, Player, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Initialize the entity interact at region event
- PRESSURE_PLATE - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Entity press pressure plate
- progress(ProgressiveBar) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Set the boss bar progress type
- push() - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- push(int) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- push(int, int) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- push(int, VarType) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- push(String) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- pushString() - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- pushString(int) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- pushString(int, int) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- pushString(int, VarType) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
- pushString(String) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Push the request
Q
- queue(Runnable) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitAsyncScheduler
-
Queue another task to the scheduler
- queue(Runnable) - Method in class ml.karmaconfigs.api.bukkit.scheduler.BukkitSyncScheduler
-
Queue another task to the scheduler
R
- REDSTONE_ORE - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Entity triggers redstone ore
- Region - Class in ml.karmaconfigs.api.bukkit.region
-
Karma region
- Region(KarmaPlugin, String, Location, Location) - Constructor for class ml.karmaconfigs.api.bukkit.region.Region
-
Initialize the region
- RegionNotFound - Exception in ml.karmaconfigs.api.bukkit.region.error
-
This exception is thrown when a KarmaRegion is tried to be loaded using region ID but the region ID does not exist
- RegionNotFound(KarmaPlugin, String, String) - Constructor for exception ml.karmaconfigs.api.bukkit.region.error.RegionNotFound
-
Region not found error
- RegionWall - Class in ml.karmaconfigs.api.bukkit.region.wall
-
Karma region walls utilities
- RegionWall(WallType, Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.wall.RegionWall
-
Initialize the region wall
- registerPlayerPlaceholder(Placeholder<?>...) - Static method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Register globally a player placeholder
- request(Request) - Method in class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
-
Set the spigot request method
- Request - Enum Class in ml.karmaconfigs.api.bukkit.util.spigot
-
Valid spigot xenforo API requests
- RIGHT - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Right wall
- RIGHT_CLICK_AIR - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Right-clicked in air
- RIGHT_CLICK_BLOCK - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Right-clicked a block
S
- saveToMemory(KarmaPlugin) - Method in class ml.karmaconfigs.api.bukkit.region.Cuboid
-
Save the region to memory WARNING: THIS METHOD SHOULD CONTAIN A
Cuboid.exists(KarmaPlugin)CHECK BEFORE BEING PROCESSED, OTHERWISE EXISTING REGION WILL BE OVERWRITTEN - saveToMemory(KarmaPlugin) - Method in class ml.karmaconfigs.api.bukkit.region.Region
-
Save the region to memory
- scheduleBar(Collection<Player>) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Schedule the bar to the specified players
- scheduleBar(Player) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Schedule the bar to the specified player
- SECOND - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
Second corner
- send() - Method in class ml.karmaconfigs.api.bukkit.reflection.TitleMessage
-
Send the title
- send(boolean) - Method in class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Send the message until you tell it to stop
- send(int) - Method in class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Send the message the specified amount of times
- send(int, int, int) - Method in class ml.karmaconfigs.api.bukkit.reflection.TitleMessage
-
Send the title
- sendActionBar(String, boolean) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send an action bar to the client
- sendActionBar(String, boolean) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send an action bar to the client
- sendActionBar(String, int) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send an action bar to the client
- sendActionBar(String, int) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send an action bar to the client
- sendMessage(String) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send a message to the client
- sendMessage(String) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send a message to the client
- sendMessage(String, Object...) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send a message to the client
- sendMessage(String, Object...) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send a message to the client
- sendTitle(String, String) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send a title to the client
- sendTitle(String, String) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send a title to the client
- sendTitle(String, String, int, int, int) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Send a title to the client
- sendTitle(String, String, int, int, int) - Method in class ml.karmaconfigs.api.bukkit.util.Client
-
Send a title to the client
- setCancelled(boolean) - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityDieAtRegionEvent
-
Sets the cancellation state of this event.
- setCancelled(boolean) - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntityInteractWithRegionEvent
-
Sets the cancellation state of this event.
- setCancelled(boolean) - Method in class ml.karmaconfigs.api.bukkit.region.event.entity.EntitySpawnAtRegionEvent
-
Sets the cancellation state of this event.
- setCancelled(boolean) - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerActionWithRegionEvent
-
Sets the cancellation state of this event.
- setCancelled(boolean) - Method in class ml.karmaconfigs.api.bukkit.region.event.player.PlayerInteractAtRegionEvent
-
Sets the cancellation state of this event.
- setMessage(String) - Method in class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Update the actionbar message
- setPlaceholders(boolean) - Method in class ml.karmaconfigs.api.bukkit.util.BukkitClient
-
Set the current plugin placeholder status for bukkit client
- SpigotRequest - Class in ml.karmaconfigs.api.bukkit.util.spigot
-
Karma implementation of XenforoResourceManagerAPI
- SpigotRequest() - Constructor for class ml.karmaconfigs.api.bukkit.util.spigot.SpigotRequest
- start() - Method in class ml.karmaconfigs.api.bukkit.loader.BukkitBridge
-
Start the bridge loader
- stop() - Method in class ml.karmaconfigs.api.bukkit.loader.BukkitBridge
-
Stop the bridge
- stop() - Method in class ml.karmaconfigs.api.bukkit.reflection.BarMessage
-
Stop sending the action bar
- style(BossType) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Set the boss bar style
- sync() - Method in class ml.karmaconfigs.api.bukkit.KarmaPlugin
-
Get the source sync scheduler
T
- THIRD - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
Third corner
- TitleMessage - Class in ml.karmaconfigs.api.bukkit.reflection
-
Title message
- TitleMessage(Player, String, String) - Constructor for class ml.karmaconfigs.api.bukkit.reflection.TitleMessage
-
Initialize the title class
- TitleMessage(JavaPlugin, Player, String) - Constructor for class ml.karmaconfigs.api.bukkit.reflection.TitleMessage
-
Initialize the title class
- TOP - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Top wall
- TopCorner - Class in ml.karmaconfigs.api.bukkit.region.corner
-
Top corners
- TopCorner(Cuboid) - Constructor for class ml.karmaconfigs.api.bukkit.region.corner.TopCorner
-
Initialize the rop corner
- TRIPWIRE - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Entity triggers tripwire
U
- UNKNOWN - Enum constant in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Default action, should be never seen
- update(String, boolean) - Method in class ml.karmaconfigs.api.bukkit.reflection.BossMessage
-
Update the boss bar
- UUIDUtil - Class in ml.karmaconfigs.api.bukkit.util
-
Deprecated.
- UUIDUtil() - Constructor for class ml.karmaconfigs.api.bukkit.util.UUIDUtil
-
Deprecated.
V
- v1_10 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.10 version
- v1_10_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.10.1 version
- v1_10_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.10.2 version
- v1_11 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.11 version
- v1_11_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.11.1 version
- v1_11_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.11.2 version
- v1_12 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.12 version
- v1_12_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.12.1 version
- v1_12_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.12.2 version
- v1_13 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.13 version
- v1_13_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.13.1 version
- v1_13_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.13.2 version
- v1_14 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.14 version
- v1_14_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.14.1 version
- v1_14_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.14.2 version
- v1_14_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.14.3 version
- v1_14_4 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.14.4 version
- v1_15 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.15 version
- v1_15_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.15.1 version
- v1_15_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.15.2 version
- v1_16 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16 version
- v1_16_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16.1 version
- v1_16_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16.2 version
- v1_16_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16.3 version
- v1_16_4 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16.4 version
- v1_16_5 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.16.5 version
- v1_17 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.17 version
- v1_17_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.17.1 version
- v1_18 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.18 version
- v1_18_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.18.1 version
- v1_18_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.18.2 version
- v1_18_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.18.3 version
- v1_7 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7 version
- v1_7_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.1 version
- v1_7_10 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.10 version
- v1_7_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.2 version
- v1_7_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.3 version
- v1_7_4 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.4 version
- v1_7_5 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.5 version
- v1_7_8 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.8 version
- v1_7_9 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.7.9 version
- v1_8 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8 version
- v1_8_1 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.1 version
- v1_8_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.2 version
- v1_8_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.3 version
- v1_8_4 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.4 version
- v1_8_5 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.5 version
- v1_8_6 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.6 version
- v1_8_7 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.7 version
- v1_8_8 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.8 version
- v1_8_9 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.8.9 version
- v1_9 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.9 version
- v1_9_2 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.9.2 version
- v1_9_3 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.9.3 version
- v1_9_4 - Enum constant in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Minecraft 1.9.4 version
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ml.karmaconfigs.api.bukkit.util.spigot.VarType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.region.corner.util.CornerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.region.event.InteractAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.region.wall.util.WallType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.server.Version
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.util.spigot.Request
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ml.karmaconfigs.api.bukkit.util.spigot.VarType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VarType - Enum Class in ml.karmaconfigs.api.bukkit.util.spigot
-
Valid variable type
- version() - Static method in class ml.karmaconfigs.api.bukkit.server.BukkitServer
-
Get the version in enumeration type
- Version - Enum Class in ml.karmaconfigs.api.bukkit.server
-
Valid versions
W
- Wall - Class in ml.karmaconfigs.api.bukkit.region.wall.util
-
Karma region wall
- Wall() - Constructor for class ml.karmaconfigs.api.bukkit.region.wall.util.Wall
- WallType - Enum Class in ml.karmaconfigs.api.bukkit.region.wall.util
-
Valid wall locations
All Classes|All Packages|Deprecated API|Serialized Form
instead