Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y 

A

accessedFrom(String) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns whether or not the current context was called from a class (instance or otherwise) that is passed to this method.
accessedFrom(Class<?>) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns whether or not the current context was called from a class (instance or otherwise) that is passed to this method.
accessedFromBukkit() - Static method in class com.codelanx.codelanxlib.util.Reflections
Façade method for determining if Bukkit is the invoker of the method
addEnchantment(Enchantment, int) - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
addHandler(Handler) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
addLore(String) - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
addOption(String, Object) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
addPermission(String) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
amount - Variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
announceAt(long, TimeUnit) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
 
announceAt(TimeUtil.TimePoint) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
 
announceAtRange(long, long, TimeUnit) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
 
apply(Plugin) - Static method in class com.codelanx.codelanxlib.logging.Debugger.ExceptionHandler
Applies a new Handler to the passed Plugin's Logger if it is not already attached to it
as(Class<T>) - Method in interface com.codelanx.codelanxlib.config.Config
Attempts to return the Config value as a casted type.
assignScoreboard(Scoreboard, String) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
Assigns a scoreboard to have the objective in the DisplaySlot.SIDEBAR's title changed in accordance to the format given to this specific board.
assignScoreboard(Scoreboard) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
Assigns a scoreboard to have the objective in the DisplaySlot.SIDEBAR's title changed in accordance to the default format

B

Blocks - Class in com.codelanx.codelanxlib.util
Utility class for working with any Block objects and their derivatives
bonusRate() - Method in class com.codelanx.codelanxlib.econ.CEconomy
Represents a rate that is multiplied to money given through the CEconomy.pay(Player, double) method.
boots - Variable in class com.codelanx.codelanxlib.serialize.SPlayerInventory
The ItemStack stored on the player's feet
Box<T> - Class in com.codelanx.codelanxlib.util.number
Used for enclosing a single return value, such as a returned task from a scheduler.
Box() - Constructor for class com.codelanx.codelanxlib.util.number.Box
 
build() - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
build() - Method in interface com.codelanx.codelanxlib.permission.Permissions
Builds the full permission string

C

Cache<E> - Class in com.codelanx.codelanxlib.util
Represents a single variable which will be dynamically updated upon regular intervals of retrieval
Cache(long) - Constructor for class com.codelanx.codelanxlib.util.Cache
Notes the timed intervals in milliseconds for cache refreshing, and refreshes the cache for the first time
call() - Method in class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Makes a request to mojang's servers of a sublist of at most 100 player's names.
callWithProgessOutput(boolean, Logger, Predicate<? super Integer>) - Method in class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Makes a request to mojang's servers of a sublist of at most 100 player's names.
cancelAllTasks() - Static method in class com.codelanx.codelanxlib.util.Scheduler
Cancels all running tasks/threads and clears the cached queue.
canCharge(Player, Config) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Returns whether or not a specific Player can be charged an amount
canCharge(Player, double) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Returns whether or not a specific Player can be charged an amount
CEconomy - Class in com.codelanx.codelanxlib.econ
Represents an observable façade class for Vault's Economy object
CEconomy(Plugin) - Constructor for class com.codelanx.codelanxlib.econ.CEconomy
Constructor.
charge(Player, Config) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Takes money away from the Player
charge(Player, double) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Takes money away from the Player
ChargeStatus - Class in com.codelanx.codelanxlib.econ
Represents the result of a call to CEconomy#canCharge
ChargeStatus(boolean, double) - Constructor for class com.codelanx.codelanxlib.econ.ChargeStatus
Constructor.
checkConnection() - Method in class com.codelanx.codelanxlib.data.types.MySQL
Checks to make sure the connection is active to the MySQL server
checkTable(String) - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Checks if a table exists within the set database
checkTable(String) - Method in class com.codelanx.codelanxlib.data.types.MySQL
Checks if a table exists within the set database
checkTable(String) - Method in class com.codelanx.codelanxlib.data.types.SQLite
Checks if a table exists within the set database
chest - Variable in class com.codelanx.codelanxlib.serialize.SPlayerInventory
The ItemStack stored on the player's torso
click(Player, int) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
close() - Method in interface com.codelanx.codelanxlib.data.SQLDataType
 
close() - Method in class com.codelanx.codelanxlib.data.types.MySQL
close() - Method in class com.codelanx.codelanxlib.data.types.SQLite
Closes the SQLite connection.
close() - Method in class com.codelanx.codelanxlib.logging.Debugger.ExceptionHandler
Does nothing
CLPerms - Enum in com.codelanx.codelanxlib.internal
Internal Permissions enum for CodelanxLib
CodelanxLib - Class in com.codelanx.codelanxlib
Main class
CodelanxLib() - Constructor for class com.codelanx.codelanxlib.CodelanxLib
 
CodelanxPlugin<E extends CodelanxPlugin<E>> - Class in com.codelanx.codelanxlib
Represents a plugin that uses many of the features in the CodelanxLib project
CodelanxPlugin() - Constructor for class com.codelanx.codelanxlib.CodelanxPlugin
 
color(String) - Static method in interface com.codelanx.codelanxlib.config.Lang
Converts pre-made strings to have chat colors in them
com.codelanx.codelanxlib - package com.codelanx.codelanxlib
 
com.codelanx.codelanxlib.annotation - package com.codelanx.codelanxlib.annotation
 
com.codelanx.codelanxlib.command - package com.codelanx.codelanxlib.command
 
com.codelanx.codelanxlib.config - package com.codelanx.codelanxlib.config
 
com.codelanx.codelanxlib.data - package com.codelanx.codelanxlib.data
 
com.codelanx.codelanxlib.data.types - package com.codelanx.codelanxlib.data.types
 
com.codelanx.codelanxlib.econ - package com.codelanx.codelanxlib.econ
 
com.codelanx.codelanxlib.events - package com.codelanx.codelanxlib.events
 
com.codelanx.codelanxlib.implementers - package com.codelanx.codelanxlib.implementers
 
com.codelanx.codelanxlib.internal - package com.codelanx.codelanxlib.internal
 
com.codelanx.codelanxlib.inventory - package com.codelanx.codelanxlib.inventory
 
com.codelanx.codelanxlib.inventory.iinterface - package com.codelanx.codelanxlib.inventory.iinterface
 
com.codelanx.codelanxlib.listener - package com.codelanx.codelanxlib.listener
 
com.codelanx.codelanxlib.logging - package com.codelanx.codelanxlib.logging
 
com.codelanx.codelanxlib.permission - package com.codelanx.codelanxlib.permission
 
com.codelanx.codelanxlib.serialize - package com.codelanx.codelanxlib.serialize
 
com.codelanx.codelanxlib.util - package com.codelanx.codelanxlib.util
 
com.codelanx.codelanxlib.util.auth - package com.codelanx.codelanxlib.util.auth
 
com.codelanx.codelanxlib.util.coverage - package com.codelanx.codelanxlib.util.coverage
 
com.codelanx.codelanxlib.util.exception - package com.codelanx.codelanxlib.util.exception
 
com.codelanx.codelanxlib.util.number - package com.codelanx.codelanxlib.util.number
 
command - Variable in class com.codelanx.codelanxlib.command.CommandHandler
The primary command to access this CommandHandler in-game
Commandable<E extends org.bukkit.plugin.Plugin> - Interface in com.codelanx.codelanxlib.implementers
Interface for a Plugin that makes use of a CommandHandler
CommandHandler<E extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.command
Manages commands abstractly for the Plugin
CommandHandler(E, String) - Constructor for class com.codelanx.codelanxlib.command.CommandHandler
CommandHandler constructor.
commands - Variable in class com.codelanx.codelanxlib.CodelanxPlugin
The underlying CommandHandler in use by this Plugin
commands - Variable in class com.codelanx.codelanxlib.command.CommandHandler
Private HashMap of subcommands
CommandStatus - Enum in com.codelanx.codelanxlib.command
Represents the status of an executed command, and is returned upon the completion of the command's execution
commit() - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Pushes any queued transactions to the database
compareTo(SubCommand<E>) - Method in class com.codelanx.codelanxlib.command.SubCommand
Compares SubCommand objects by command name via SubCommand.getName()

{inheritDoc}
compareTo(TimeUtil.TimePoint) - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
con - Variable in class com.codelanx.codelanxlib.data.types.SQLite
The Connection object
Config - Interface in com.codelanx.codelanxlib.config
Represents a single value that is dynamically retrieved from a FileDataType.
config(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
config(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
ConnectionPrefs(String, String, String, String, String) - Constructor for class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Class constructor.
ConnectionPrefs(Config, Config, Config, Config, Config) - Constructor for class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Class constructor.
connections - Static variable in class com.codelanx.codelanxlib.data.types.SQLite
The number of connections in use by this data type
Countdown() - Constructor for class com.codelanx.codelanxlib.util.TimeUtil.Countdown
 
CoverageUtil - Class in com.codelanx.codelanxlib.util.coverage
Deprecated.
To return in version 0.3.0
CoverageUtil.Coverage - Annotation Type in com.codelanx.codelanxlib.util.coverage
Deprecated.
 
createLang(String) - Static method in interface com.codelanx.codelanxlib.config.Lang
Returns a raw Lang object that can be used for dynamic creation of Lang variables

D

Databases - Class in com.codelanx.codelanxlib.util
Provides façade methods for making SQL interactions less verbose
Databases() - Constructor for class com.codelanx.codelanxlib.util.Databases
 
DataType - Interface in com.codelanx.codelanxlib.data
Overall interface representing objects that handle and manage data in relevance to files or databases.
Debugger - Class in com.codelanx.codelanxlib.logging
Provides toggleable logging supporting for debug statements and error reporting to a webservice for easy bugfixing.
Debugger.ExceptionHandler - Class in com.codelanx.codelanxlib.logging
Attachable Handler used to catch any exceptions that are logged directly to a plugin's Logger
defaultFormat(String) - Static method in interface com.codelanx.codelanxlib.config.Lang
Returns a Lang object representing the default formatting for all CodelanxLib plugins.
defaultPrimitiveValue(Class<T>) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns a "default value" of -1 or false for a default type's class or autoboxing class.
deserialize(Plugin, File) - Static method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Reads an InventoryInterface from a YAML file
deserialize(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SInventory
Creates a new SInventory object and returns it.
deserialize(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SLocation
Creates a new SLocation object and returns it.
deserialize(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Creates a new SPlayerInventory object and returns it.

E

Economics - Interface in com.codelanx.codelanxlib.implementers
Represents a plugin that utilizes the CEconomy class
EconomyChangeEvent - Class in com.codelanx.codelanxlib.events
Fired when a player balance changes via Vault
EconomyChangeEvent(Player, double) - Constructor for class com.codelanx.codelanxlib.events.EconomyChangeEvent
Constructor.
EconomyChangePacket - Class in com.codelanx.codelanxlib.econ
Packet used to describe a change in balance from a transaction with Vault
EconomyChangePacket(Player, double) - Constructor for class com.codelanx.codelanxlib.econ.EconomyChangePacket
Constructor.
enchantments - Variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
entering(String, String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
entering(String, String, Object) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
entering(String, String, Object[]) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
equals(Object) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
error(Throwable, String, Object...) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Prints to the Debugging Logger at Level.SEVERE if Debugger.toggleOutput(boolean) is set to true.
error(Throwable, String, Object...) - Method in class com.codelanx.codelanxlib.logging.Logging.LoggingFacade
Logs an exception to the held Logger at Level.SEVERE
ExceptionHandler(Plugin) - Constructor for class com.codelanx.codelanxlib.logging.Debugger.ExceptionHandler
Constructor.
Exceptions - Class in com.codelanx.codelanxlib.util.exception
A utility class for throwing conditional exceptions, similar to Apache's Validate class.
execute(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.HelpCommand
Displays help information about the various commands registered to and available from the CommandHandler instance that instantiated this class.
execute(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.ReloadCommand
Fires the ReloadEvent and calls any relevant reload methods for the Plugin instance passed
execute(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.SubCommand
Executes a relevant command grabbed from the CommandHandler.
Execution - Interface in com.codelanx.codelanxlib.inventory.iinterface
Represents the actions to be taken upon clicking a MenuIcon
exiting(String, String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
exiting(String, String, Object) - Static method in class com.codelanx.codelanxlib.logging.Logging
 

F

FileDataType - Interface in com.codelanx.codelanxlib.data
Opens and loads a file into memory using the appropriate data type.
find(Predicate<? super InventoryPanel>) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Searches for a specific InventoryPanel used in this interface
findClosestAndWipe(TreeSet<? extends TimeUtil.TimePoint>, TimeUtil.TimePoint) - Static method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
This is a helper method to find the closest TimeUtil.TimePoint in a collection that is still of a greater value than the passed TimeUtil.TimePoint.
fine(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
fine(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
finer(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
finer(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
finest(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
finest(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
flush() - Method in class com.codelanx.codelanxlib.logging.Debugger.ExceptionHandler
Does nothing
forceRefresh() - Method in class com.codelanx.codelanxlib.util.Cache
Forcibly refreshes the current value of this Cache
format(Object...) - Method in interface com.codelanx.codelanxlib.config.Lang
Formats a Lang enum constant with the supplied arguments
format - Variable in class com.codelanx.codelanxlib.econ.CEconomy
The Lang format to use for output
format(TimeUnit) - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
format() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
Formatted - Interface in com.codelanx.codelanxlib.implementers
Describes a plugin with a message format
formatTime(long) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
Formats time in a readable output.
formatTime(long, TimeUnit) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
Formats time in a readable output.
formatTime(TimeUtil.TimePoint) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
Formats time in a readable output.
formatTime(TimeUtil.TimePoint, TimeUnit) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
Formats time in a readable output.
fromBytes(byte[]) - Static method in class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Returns a UUID from a byte array
fromOther(FileDataType) - Method in interface com.codelanx.codelanxlib.config.Config

G

generateSeed(int) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Generates a new random ChatColor seed for a panel or interface.
get() - Static method in class com.codelanx.codelanxlib.CodelanxLib
Returns the instance in use of this class as held interally by Bukkit
get() - Method in interface com.codelanx.codelanxlib.config.Config
Gets the current object in memory
get(String) - Method in interface com.codelanx.codelanxlib.data.FileDataType
Gets the object at the specified path
get(String, Object) - Method in interface com.codelanx.codelanxlib.data.FileDataType
Gets the object at the specified path, or returns the passed "default" value if nothing is found
get(String) - Method in class com.codelanx.codelanxlib.data.types.Json
Gets the object at the specified path
get(String, Object) - Method in class com.codelanx.codelanxlib.data.types.Json
Gets the object at the specified path, or returns the passed "default" value if nothing is found
get(String) - Method in class com.codelanx.codelanxlib.data.types.Yaml
Gets the object at the specified path
get(String, Object) - Method in class com.codelanx.codelanxlib.data.types.Yaml
Gets the object at the specified path, or returns the passed "default" value if nothing is found
get() - Method in class com.codelanx.codelanxlib.util.Cache
Calls a check to see if the cache needs to be updated, and returns the stored variable
getAmount() - Method in class com.codelanx.codelanxlib.econ.ChargeStatus
The actual amount being charged, including any modifications such as taxes.
getAmount() - Method in class com.codelanx.codelanxlib.econ.EconomyChangePacket
Returns the new balance
getAmount(TimeUnit) - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getBalance(Player) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Returns the relevant balance for the Player
getBase() - Method in enum com.codelanx.codelanxlib.internal.CLPerms
 
getBase() - Method in interface com.codelanx.codelanxlib.permission.Permissions
Returns the base permission node for the plugin.
getBoots() - Method in class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Returns the item in the boots slot of the PlayerInventory
getBoots() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Returns the item in the boots slot of the PlayerInventory
getCaller(int) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns a StackTraceElement of the direct caller of the current method's context.
getCaller() - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns a StackTraceElement of the direct caller of the current method's context.
getCallingPlugin(int) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns the JavaPlugin that immediately called the method in the current context.
getCallingPlugin() - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns the JavaPlugin that immediately called the method in the current context.
getChestplate() - Method in class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Returns the item in the torso slot of the PlayerInventory
getChestplate() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Returns the item in the torso slot of the PlayerInventory
getClosestPlayer(Player) - Static method in class com.codelanx.codelanxlib.util.Players
Returns the closest Player adjacent to another Player
getClosestPlayer(Location) - Static method in class com.codelanx.codelanxlib.util.Players
Returns the closest Player to a specific Location
getCommand(String) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Returns a subcommand, or null if none exists.
getCommandHandler() - Method in class com.codelanx.codelanxlib.CodelanxPlugin
Gets the CommandHandler for the Plugin
getCommandHandler() - Method in interface com.codelanx.codelanxlib.implementers.Commandable
Gets the CommandHandler for the Plugin
getCommands() - Method in class com.codelanx.codelanxlib.command.CommandHandler
Returns all subcommands as a Collection.
getConfig() - Method in interface com.codelanx.codelanxlib.config.PluginFile
Returns the relevant FileDataType for this config.
getConfig() - Method in enum com.codelanx.codelanxlib.internal.InternalLang
 
getConfigSectionValue(Object) - Static method in interface com.codelanx.codelanxlib.config.Config
Returns a Map representative of the passed Object that represents a section of a YAML file.
getConnection() - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Returns the Connection object for ease of use in exposing more internal API
getConnection() - Method in class com.codelanx.codelanxlib.data.types.MySQL
Returns the Connection object for ease of use in exposing more internal API
getConnection() - Method in class com.codelanx.codelanxlib.data.types.SQLite
Returns the Connection object for ease of use in exposing more internal API
getContainer(String...) - Method in class com.codelanx.codelanxlib.data.types.Json
Gets the JSONObject above the requested object specified by the supplied ladder parameter.
getContainer(String) - Method in class com.codelanx.codelanxlib.data.types.Json
Gets the JSONObject above the requested object specified by the supplied path parameter.
getContents() - Method in class com.codelanx.codelanxlib.inventory.InventoryState
Deprecated.
Returns an array copy, should not be used heavily
getContents() - Method in class com.codelanx.codelanxlib.serialize.SInventory
Returns a copy of this instance's stored ItemStacks
getContentsAsArray() - Method in class com.codelanx.codelanxlib.serialize.SInventory
Returns a copy of this instance's stored ItemStacks
getCurrentValue() - Method in class com.codelanx.codelanxlib.util.Cache
Returns the currently in-use variable without checking the cache
getDatabase() - Method in class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Returns the database to use in the MySQL cluster
getDefault() - Method in interface com.codelanx.codelanxlib.config.Lang
The default value of this YAML string
getDefault() - Method in interface com.codelanx.codelanxlib.config.PluginFile
Returns the default value of the key
getDefault() - Method in enum com.codelanx.codelanxlib.internal.InternalLang
 
getDefaultFormat() - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
Returns the default format used for all boards
getEconomy() - Method in class com.codelanx.codelanxlib.econ.CEconomy
Returns the underlying Economy object that is backed by a VaultProxy InvocationHandler
getEconomy() - Method in interface com.codelanx.codelanxlib.implementers.Economics
Gets the CEconomy for the plugin, which represents a facade interface for charging players money
getFileConfiguration() - Method in class com.codelanx.codelanxlib.data.types.Yaml
Returns the underlying FileConfiguration used in reading the YAML file.
getFileLocation(Class<? extends PluginFile>) - Static method in interface com.codelanx.codelanxlib.config.PluginFile
Returns the save location for passed PluginFile argument
getFilter() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getFirst() - Method in class com.codelanx.codelanxlib.util.number.Tuple
Retrieves the first parameter
getFormat() - Method in interface com.codelanx.codelanxlib.config.Lang
Returns the format specifier for this Lang file.
getFormat(Plugin) - Static method in interface com.codelanx.codelanxlib.config.Lang
Returns an acceptable message format for the plugin at hand
getFormat() - Method in interface com.codelanx.codelanxlib.implementers.Formatted
The Lang format to use for any plugin output
getFormat() - Method in enum com.codelanx.codelanxlib.internal.InternalLang
 
getHandlerList() - Static method in class com.codelanx.codelanxlib.events.EconomyChangeEvent
Returns the HandlerList that Bukkit uses to register plugins for events
getHandlerList() - Static method in class com.codelanx.codelanxlib.events.ReloadEvent
Returns the HandlerList that Bukkit uses to register plugins for events
getHandlers() - Method in class com.codelanx.codelanxlib.events.EconomyChangeEvent
getHandlers() - Method in class com.codelanx.codelanxlib.events.ReloadEvent
getHandlers() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getHeldItemSlot(Player) - Static method in class com.codelanx.codelanxlib.inventory.Inventories
Returns the inventory slot for the item in a Player's hand.
getHelmet() - Method in class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Returns the item in the helmet slot of the PlayerInventory
getHelmet() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Returns the item in the helmet slot of the PlayerInventory
getHost() - Method in class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Returns the host in use by these MySQL.ConnectionPrefs
getInventory() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Returns the underlying SInventory object that stores normal inventory items
getItem() - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
getItem(int) - Method in class com.codelanx.codelanxlib.inventory.InventoryState
Returns the ItemStack in the given inventory slot
getItemsPerPage() - Method in class com.codelanx.codelanxlib.command.HelpCommand
Returns the number of commands displayed per page
getLadder(String) - Method in class com.codelanx.codelanxlib.data.types.Json
Converts a period-delimited string into a String array
getLeggings() - Method in class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Returns the item in the pants slot of the PlayerInventory
getLeggings() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Returns the item in the pants slot of the PlayerInventory
getLevel() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getLinkedPanel(MenuIcon) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Gets a linked InventoryPanel from a MenuIcon object.
getListener(Class<S>) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Gets a listener by its string name.
getLogger() - Static method in class com.codelanx.codelanxlib.logging.Logging
Returns the current Logger in use by the plugin calling this method
getMainCommand() - Method in class com.codelanx.codelanxlib.command.CommandHandler
Returns the main command associated with this CommandHandler
getMainCommand() - Method in interface com.codelanx.codelanxlib.implementers.Commandable
Returns the main string to use as a command for the primary CommandHandler
getName() - Method in class com.codelanx.codelanxlib.command.HelpCommand
Subcommand name: "help"

Returns the name of the command, used for storing a HashMap of the commands as well as the subcommand argument
getName() - Method in class com.codelanx.codelanxlib.command.ReloadCommand
Subcommand name: "reload"

Returns the name of the command, used for storing a HashMap of the commands as well as the subcommand argument
getName() - Method in class com.codelanx.codelanxlib.command.SubCommand
Returns the name of the command, used for storing a HashMap of the commands as well as the subcommand argument
getName() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
getName() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getNativeSerializables() - Static method in class com.codelanx.codelanxlib.serialize.SerializationFactory
Returns the native ConfigurationSerializable classes that are provided by CodelanxLib
getNewBalance() - Method in class com.codelanx.codelanxlib.events.EconomyChangeEvent
Returns the new balance for the Player
getNext() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getNextNonZero() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getNode() - Method in enum com.codelanx.codelanxlib.internal.CLPerms
 
getNode() - Method in interface com.codelanx.codelanxlib.permission.Permissions
Returns the raw node for the specified enum constant without prefixing
getOption(String) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
getOptions() - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
getPage(int) - Method in class com.codelanx.codelanxlib.util.Paginator
Returns the appropriately formatted page for this Paginator
getPages() - Method in class com.codelanx.codelanxlib.util.Paginator
Returns a copy of all the pages in this instance
getPanelBySeed(String) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Returns an InventoryPanel based on its generated seed
getPanels() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Returns all InventoryPanel objects controlled by this interface
getParent() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getPass() - Method in class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Returns the password to use when connecting with the user.
getPath() - Method in interface com.codelanx.codelanxlib.config.PluginFile
The YAML path to store this value in
getPath() - Method in enum com.codelanx.codelanxlib.internal.InternalLang
 
getPlayer() - Method in class com.codelanx.codelanxlib.econ.EconomyChangePacket
The Player whose balance changed
getPlayersInRange(int, Location) - Static method in class com.codelanx.codelanxlib.util.Players
Gets any players within range of a specific location
getPlayersInRange(int, Player) - Static method in class com.codelanx.codelanxlib.util.Players
Gets any players within range of a specific player, exclusive of the player themselves.
getPlugin() - Method in class com.codelanx.codelanxlib.events.ReloadEvent
Returns the Plugin involved with this event
getPlugin() - Method in class com.codelanx.codelanxlib.listener.SubListener
Returns the Plugin used for this SubListener
getPlugin(Class<?>) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns the relevant JavaPlugin that is specified by a class-level PluginClass annotation if it is loaded, otherwise null
getPoint(TimeUnit) - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getPort() - Method in class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Returns the port to use for the MySQL connection.
getProperUnitName(TimeUnit, long) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
Returns the appropriate spelling for a TimeUnit value based on the value of the "amount" parameter.
getRegisteringPlugin(Class<S>) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Returns the Plugin relevant to the passed SubListener class
getResourceBundle() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getResourceBundleName() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getRootPanel() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Returns the root InventoryPanel.
getSecond() - Method in class com.codelanx.codelanxlib.util.number.Tuple
Retrieves the second parameter
getSeed() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Returns the randomized ChatColor seed made for this interface
getSeed() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
getSerializedName() - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
getService() - Static method in class com.codelanx.codelanxlib.util.Scheduler
Returns the underlying ScheduledExecutorService used for this utility class
getStatus() - Method in class com.codelanx.codelanxlib.econ.ChargeStatus
Returns whether or not the player is capable of paying the charge
getTime(long) - Static method in class com.codelanx.codelanxlib.util.TimeUtil
 
getTime() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getUnit() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
getUsage() - Method in class com.codelanx.codelanxlib.command.HelpCommand
Returns the command usage
getUsage() - Method in class com.codelanx.codelanxlib.command.SubCommand
Returns the command usage
getUseParentHandlers() - Static method in class com.codelanx.codelanxlib.logging.Logging
 
getUser() - Method in class com.codelanx.codelanxlib.data.types.MySQL.ConnectionPrefs
Returns the username to use when connecting
getUUIDOf(String) - Static method in class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Returns the UUID of a player's username.
getValue() - Method in class com.codelanx.codelanxlib.util.number.Single
Retrieves the stored value
getVector() - Method in class com.codelanx.codelanxlib.serialize.SLocation
Returns the relevant Vector object to this instance
getWorld() - Method in class com.codelanx.codelanxlib.serialize.SLocation
Retrieves the World object relevant to this instance.

H

handle(CommandSender, Lang, SubCommand<?>) - Method in enum com.codelanx.codelanxlib.command.CommandStatus
Handles output to a CommandSender upon the execution of a command
handler - Variable in class com.codelanx.codelanxlib.command.SubCommand
The CommandHandler responsible for this command
handlers - Static variable in class com.codelanx.codelanxlib.events.EconomyChangeEvent
HandlerList for this event
handlers - Static variable in class com.codelanx.codelanxlib.events.ReloadEvent
HandlerList for this event
has(Player) - Method in interface com.codelanx.codelanxlib.permission.Permissions
Determines whether or not the player has this permission
hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class com.codelanx.codelanxlib.util.Reflections
Returns true if the specified target has the passed Annotation
hasClickedTop(InventoryClickEvent) - Static method in class com.codelanx.codelanxlib.inventory.Inventories
Returns whether or not the player clicked the top or bottom inventory
hashCode() - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
hasPermission(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.SubCommand
Returns a permissions check for <plugin-name>.cmd.<subcommand-name>, can be nested into further permissions by passing tokens to append to the end of the permission string TODO: Figure out catch for multiple CommandHandlers
hasPermission(Player) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
helmet - Variable in class com.codelanx.codelanxlib.serialize.SPlayerInventory
The ItemStack stored on the player's head
HelpCommand<E extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.command
Displays help information.
HelpCommand(E, CommandHandler<E>) - Constructor for class com.codelanx.codelanxlib.command.HelpCommand
HelpCommand constructor.
here() - Method in class com.codelanx.codelanxlib.logging.Logging.LoggingFacade
Sets a prefix in the Logging.LoggingFacade for the current context from which the Logger is called
hideErrors(boolean) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Sets whether or not calls to Debugger.error(Throwable, String, Object...) will print errors.
hookBukkit() - Static method in class com.codelanx.codelanxlib.logging.Debugger
Hooks into Bukkit's plugin system and adds a handler to all plugin loggers to allow catching unreported exceptions.

I

illegalPluginAccess(boolean, String) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an IllegalPluginAccessException if the value of the state parameter is false
illegalPluginAccess(boolean) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an IllegalPluginAccessException if the value of the state parameter is false
IllegalPluginAccessException - Exception in com.codelanx.codelanxlib.util.exception
Represents an exception for when a plugin calls a method that it should not have access to
IllegalPluginAccessException(String) - Constructor for exception com.codelanx.codelanxlib.util.exception.IllegalPluginAccessException
IllegalPluginAccessException() - Constructor for exception com.codelanx.codelanxlib.util.exception.IllegalPluginAccessException
IllegalPluginAccessException(String, Throwable) - Constructor for exception com.codelanx.codelanxlib.util.exception.IllegalPluginAccessException
IllegalPluginAccessException(Throwable) - Constructor for exception com.codelanx.codelanxlib.util.exception.IllegalPluginAccessException
illegalState(boolean, String) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an IllegalStateException if the value of the state parameter is false
illegalState(boolean) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an IllegalStateException if the value of the state parameter is false
info() - Method in class com.codelanx.codelanxlib.command.HelpCommand
Information about this specific command.
info() - Method in class com.codelanx.codelanxlib.command.ReloadCommand
Information about this specific command.
info() - Method in class com.codelanx.codelanxlib.command.SubCommand
Information about this specific command.
info(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
info(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
init(Class<T>) - Method in interface com.codelanx.codelanxlib.config.PluginFile
Loads the lang values from the configuration file.
InterfaceListener - Class in com.codelanx.codelanxlib.inventory.iinterface
Listens for inventory clicks and conveys information to any appropriate and registered InventoryInterface
InterfaceListener() - Constructor for class com.codelanx.codelanxlib.inventory.iinterface.InterfaceListener
Constructs the listener instance and registers it to Bukkit
InternalLang - Enum in com.codelanx.codelanxlib.internal
Internal Lang enum for CodelanxLib
inv - Variable in class com.codelanx.codelanxlib.serialize.SPlayerInventory
The general contents of the player's inventory
Inventories - Class in com.codelanx.codelanxlib.inventory
Utility methods for simplifying the use of Bukkit's inventory API, or providing methods that can accomplish tasks that have obscure or complicated solutions.
InventoryInterface - Class in com.codelanx.codelanxlib.inventory.iinterface
A collection of InventoryPanel objects with an opening reference TODO: Find way to persist menu linkings
InventoryInterface() - Constructor for class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Generates a new seed and registers itself to an InterfaceListener
InventoryPanel - Class in com.codelanx.codelanxlib.inventory.iinterface
A single inventory that represents a menu
InventoryState - Class in com.codelanx.codelanxlib.inventory
An immutable class that represents the state of an Inventory
InventoryState(Inventory) - Constructor for class com.codelanx.codelanxlib.inventory.InventoryState
Constructor.
invoke(Object, Method, Object[]) - Method in class com.codelanx.codelanxlib.econ.VaultProxy
 
isAutoCommit() - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Returns whether or not this connection automatically commits changes to the database.
isEnabled() - Method in class com.codelanx.codelanxlib.econ.CEconomy
Returns whether or not the Economy object could be retrieved from Vault
isLinked(MenuIcon) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Determines if a MenuIcon is linked to an InventoryPanel
isLoggable(Level) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
isProtected(Location) - Static method in class com.codelanx.codelanxlib.util.Protections
 
isRegistered(String) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Checks to see if a SubCommand is registered under the passed command name
isRegistered(Class<T>) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Returns whether or not a listener is registered under the relevant listener key
isRegisteredToBukkit(Plugin, Listener) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Returns true if the passed Listener has another Listener of the same class type already registered for bukkit.
isRoot(InventoryPanel) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Determines if a passed InventoryPanel is the root panel
isSet(String) - Method in interface com.codelanx.codelanxlib.data.FileDataType
Returns whether or not there is an object located at the specified path
isSet(String) - Method in class com.codelanx.codelanxlib.data.types.Json
Returns whether or not there is an object located at the specified path
isSet(String) - Method in class com.codelanx.codelanxlib.data.types.Yaml
Returns whether or not there is an object located at the specified path
isTrue(boolean, String, Class<T>) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Validates a statement is true, and throws a custom RuntimeException as specified by the passed class parameter
isTrue(boolean, Class<T>) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Validates a statement is true, and throws a custom RuntimeException as specified by the passed class parameter
item - Variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
items - Variable in class com.codelanx.codelanxlib.serialize.SInventory
Represents a collection of the relevant inventory items
ItemStackBuilder - Class in com.codelanx.codelanxlib.inventory
Class description for ItemStackBuilder
ItemStackBuilder() - Constructor for class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 

J

Json - Class in com.codelanx.codelanxlib.data.types
Represents a JSON file that has been parsed and loaded into memory.
Json(File) - Constructor for class com.codelanx.codelanxlib.data.types.Json
Reads and loads a JSON file into memory

L

Lang - Interface in com.codelanx.codelanxlib.config
Represents a single value that is dynamically retrieved from a FileDataType.
legs - Variable in class com.codelanx.codelanxlib.serialize.SPlayerInventory
The ItemStack stored on the player's legs
linkIcon(MenuIcon) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
linkPanel(MenuIcon, InventoryPanel) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Links a MenuIcon to open an InventoryPanel
ListenerManager - Class in com.codelanx.codelanxlib.listener
Centrally holds references to different Listener classes to allow for retrieval of SubListener references
load(Plugin) - Static method in class com.codelanx.codelanxlib.util.coverage.CoverageUtil
Deprecated.
 
location - Variable in class com.codelanx.codelanxlib.data.types.Json
The File location of this FileDataType
location - Variable in class com.codelanx.codelanxlib.data.types.Yaml
The location of this FileDataType
log(LogRecord) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, String, Object) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, String, Object[]) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, String, Throwable) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
log(Level, Throwable, Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
Logging - Class in com.codelanx.codelanxlib.logging
This is a simple proxy to a plugin's Logger class.
Logging.LoggingFacade - Class in com.codelanx.codelanxlib.logging
Simplifies logging by providing façade methods similar to Debugger
logp(Level, String, String, String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logp(Level, String, String, Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logp(Level, String, String, String, Object) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logp(Level, String, String, String, Object[]) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logp(Level, String, String, String, Throwable) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logp(Level, String, String, Throwable, Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, String, String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, ResourceBundle, String, Object...) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, ResourceBundle, String, Throwable) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, String, String, Object) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, String, String, Object[]) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
logrb(Level, String, String, String, String, Throwable) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
lore - Variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
lorePrefix - Static variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 

M

marker(Plugin) - Static method in class com.codelanx.codelanxlib.util.coverage.CoverageUtil
Deprecated.
 
MenuIcon - Class in com.codelanx.codelanxlib.inventory.iinterface
Represents an ItemStack in an InventoryPanel's inventory that will execute code when clicked.
MySQL - Class in com.codelanx.codelanxlib.data.types
Instantiable MySQL connector
MySQL(String, String, String, String, String) - Constructor for class com.codelanx.codelanxlib.data.types.MySQL
Creates a new MySQL object for use in working with a database
MySQL(MySQL.ConnectionPrefs) - Constructor for class com.codelanx.codelanxlib.data.types.MySQL
Creates a new MySQL object for use in working with a database
MySQL.ConnectionPrefs - Class in com.codelanx.codelanxlib.data.types
Subclass for managing connection preferences.

N

name - Variable in class com.codelanx.codelanxlib.command.CommandHandler
The format for output
name - Variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
newCache(MySQL.ConnectionPrefs, long) - Static method in class com.codelanx.codelanxlib.data.types.MySQL
Returns a new cached MySQL connection, which will automatically renew itself at the specified interval via keepAliveMS, in milliseconds.
newIcon(ItemStack, Execution, Map<String, Object>) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
newIcon(ItemStack, Execution) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
newInstance(Class<T>, File) - Static method in interface com.codelanx.codelanxlib.data.FileDataType
Returns a new instance of a FileDataType based on the passed class instance.
newPanel(String, int) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Creates and returns an InventoryPanel for use as a menu
newPanel(int) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Creates and returns an InventoryPanel for use as a menu
notifyObservers(Object) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Modified to send a Bukkit event and force notification of the change

notNull(Object, String, Class<T>) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Provides a null check, and throws a custom RuntimeException as specified by the passed class parameter
notNull(Object, Class<T>) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Provides a null check, and throws a custom RuntimeException as specified by the passed class parameter

O

onBlockBreak(BlockBreakEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onBurn(BlockBurnEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onClick(InventoryClickEvent) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InterfaceListener
Listens to inventory clicks, and conveys said information to an appropriate InventoryInterface
onCommand(CommandSender, Command, String, String[]) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Executes the proper SubCommand

onDisable() - Method in class com.codelanx.codelanxlib.CodelanxLib
Releases all currently registered listeners and cancels all Scheduler tasks

onDisable() - Method in class com.codelanx.codelanxlib.listener.SubListener
Called when the plugin is being disabled.
onEnable() - Method in class com.codelanx.codelanxlib.CodelanxLib
Reports metrics to MCStats, and hooks the plugin loggers for Debugger

onEnable() - Method in class com.codelanx.codelanxlib.CodelanxPlugin
onEntityBlock(EntityChangeBlockEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onExec(Player, InventoryInterface, MenuIcon) - Method in interface com.codelanx.codelanxlib.inventory.iinterface.Execution
Called when a MenuIcon is clicked
onExec - Variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
onExplode(EntityExplodeEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onPistonExtend(BlockPistonExtendEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onPistonRetract(BlockPistonRetractEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onPlace(BlockPlaceEvent) - Method in class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class com.codelanx.codelanxlib.command.CommandHandler
open() - Method in class com.codelanx.codelanxlib.data.types.MySQL
Opens a connection to the SQL database.
open(Plugin) - Method in class com.codelanx.codelanxlib.data.types.SQLite
Opens a connection to the SQLite database.
open(Plugin, String) - Method in class com.codelanx.codelanxlib.data.types.SQLite
Opens a connection to the SQLite database.
open(File, String) - Method in class com.codelanx.codelanxlib.data.types.SQLite
Opens a connection to the SQLite database.
open(Player) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
openInterface(Player) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Opens the InventoryInterface for a player.
options - Variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 

P

Paginator - Class in com.codelanx.codelanxlib.util
Class description for Paginator
Paginator(String, int, String) - Constructor for class com.codelanx.codelanxlib.util.Paginator
Constructor.
Paginator(String, int, String...) - Constructor for class com.codelanx.codelanxlib.util.Paginator
Constructor.
Paginator(String, int, List<String>) - Constructor for class com.codelanx.codelanxlib.util.Paginator
Constructor.
pay(Player, Config) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Gives money to the Player
pay(Player, double) - Method in class com.codelanx.codelanxlib.econ.CEconomy
Gives money to the Player
Permissions - Interface in com.codelanx.codelanxlib.permission
Represents a single permission value for use with checking whether or not a Permissible has a specific permission or not.
perms - Variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
PlayerInventoryState - Class in com.codelanx.codelanxlib.inventory
An immutable class that represents the state of a PlayerInventory
PlayerInventoryState(PlayerInventory) - Constructor for class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Copies the contents of the passed PlayerInventory
Players - Class in com.codelanx.codelanxlib.util
Class description for Players
plugin - Variable in class com.codelanx.codelanxlib.command.CommandHandler
Private Plugin instance
plugin - Variable in class com.codelanx.codelanxlib.command.SubCommand
The main Plugin instance
plugin - Variable in class com.codelanx.codelanxlib.listener.SubListener
The stored Plugin reference relevant to this SubListener
PluginClass - Annotation Type in com.codelanx.codelanxlib.annotation
An annotation for relaying the primary class of the JavaPlugin responsible for the element.
PluginFile - Interface in com.codelanx.codelanxlib.config
Class description for PluginFile
pluralFormat(int, Object...) - Method in interface com.codelanx.codelanxlib.config.Lang
Will format a string with "PLURAL" or "PLURALA" tokens in them.
prepare(String) - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Returns a PreparedStatement in which you can easily protect against SQL injection attacks.
print(Level, String, Object...) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Prints to the Debugging Logger if Debugger.toggleOutput(boolean) is set to true
print(String, Object...) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Prints to the Debugging Logger at Level.INFO if Debugger.toggleOutput(boolean) is set to true
print(String, Object...) - Method in class com.codelanx.codelanxlib.logging.Logging.LoggingFacade
Prints a statement to the held Logger at Level.INFO
print(Level, String, Object...) - Method in class com.codelanx.codelanxlib.logging.Logging.LoggingFacade
Prints a statement to the held Logger
properName() - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
protect(Location) - Static method in class com.codelanx.codelanxlib.util.Protections
 
ProtectionListener() - Constructor for class com.codelanx.codelanxlib.util.Protections.ProtectionListener
 
Protections - Class in com.codelanx.codelanxlib.util
Adds protection to specific locations.
Protections.ProtectionListener - Class in com.codelanx.codelanxlib.util
Provides total protection for blocks cached in Protections
proxyVault() - Static method in class com.codelanx.codelanxlib.econ.VaultProxy
Proxies the Vault Economy class and replaces it with a VaultProxy instance to handle method invocation, allowing CEconomy objects to be notified upon money updates
publish(LogRecord) - Method in class com.codelanx.codelanxlib.logging.Debugger.ExceptionHandler
If LogRecord.getThrown() does not return null, then this will call Debugger.report(DebugOpts, Throwable, String)

Q

query(String) - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Executes a query, but does not update any information

R

RAND - Static variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
readableStackTrace(Throwable) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Creates a readable stack trace from a passed Throwable.
Reflections - Class in com.codelanx.codelanxlib.util
Class description for Reflections
register(T) - Static method in class com.codelanx.codelanxlib.econ.VaultProxy
Registers a CEconomy object to the VaultProxy InvocationHandler.
register(InventoryInterface) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InterfaceListener
Registers an InventoryInterface to this listener
register() - Method in class com.codelanx.codelanxlib.listener.SubListener
Registers the listener to the ListenerManager.
registerClass(Class<? extends ConfigurationSerializable>) - Static method in class com.codelanx.codelanxlib.serialize.SerializationFactory
Registers a single ConfigurationSerializable class to Bukkit
registerClasses(Class<? extends ConfigurationSerializable>...) - Static method in class com.codelanx.codelanxlib.serialize.SerializationFactory
Registers multiple ConfigurationSerializable class to Bukkit
registerClasses(Iterable<? extends Class<? extends ConfigurationSerializable>>) - Static method in class com.codelanx.codelanxlib.serialize.SerializationFactory
Registers multiple ConfigurationSerializable class to Bukkit
registerClasses(Plugin, Class<?>...) - Static method in class com.codelanx.codelanxlib.util.coverage.CoverageUtil
Deprecated.
 
registerListener(S) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Registers a listener through Bukkit and ListenerManager
registerListeners(T...) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Calls ListenerManager.registerListener(SubListener) for every passed listener.
registerSubCommand(T) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Registers a SubCommand under the main supplied command name
registerSubCommands(T...) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Registers multiple SubCommand instance under the provided command name.
RelativePath - Annotation Type in com.codelanx.codelanxlib.annotation
Describes the relative abstract file path of an item
release() - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Unregisters all the listeners attached to this ListenerManager.
reload() - Method in interface com.codelanx.codelanxlib.implementers.Reloadable
Method that is called upon reloading of the plugin.
Reloadable - Interface in com.codelanx.codelanxlib.implementers
Represents a plugin that is capable of being reloaded
ReloadCommand<E extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.command
Fires a ReloadEvent and, if applicable, calls Reloadable.reload() of a relevant Plugin instance
ReloadCommand(E, CommandHandler<E>) - Constructor for class com.codelanx.codelanxlib.command.ReloadCommand
ReloadCommand constructor
ReloadEvent<E extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.events
Event fired upon the use of a ReloadCommand
ReloadEvent(E) - Constructor for class com.codelanx.codelanxlib.events.ReloadEvent
Constructor.
removeHandler(Handler) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
reportAll() - Static method in class com.codelanx.codelanxlib.util.coverage.CoverageUtil
Deprecated.
 
requiresPerms() - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
retrieve(T, Config) - Static method in interface com.codelanx.codelanxlib.config.Config
Retrieves an anonymous value which can utilize a Config parameter to retrieve data from any source
rollback() - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Cancel any queued transactions
root - Variable in class com.codelanx.codelanxlib.data.types.Json
The root JSONObject
runAsyncTask(Runnable, long) - Static method in class com.codelanx.codelanxlib.util.Scheduler
Runs a single asynchronous task
runAsyncTaskRepeat(Runnable, long, long) - Static method in class com.codelanx.codelanxlib.util.Scheduler
Runs a repeating asynchronous task
runCallable(Callable<?>, long) - Static method in class com.codelanx.codelanxlib.util.Scheduler
Runs a Callable

S

save() - Method in interface com.codelanx.codelanxlib.config.PluginFile
Saves the current configuration from memory
save(File) - Method in interface com.codelanx.codelanxlib.config.PluginFile
Saves the current configuration from memory to a specific File
save() - Method in interface com.codelanx.codelanxlib.data.FileDataType
Saves any information in memory to the file it was loaded from.
save(File) - Method in interface com.codelanx.codelanxlib.data.FileDataType
Saves any information in memory to the file specified.
save() - Method in class com.codelanx.codelanxlib.data.types.Json
Saves any information in memory to the file it was loaded from.
save(File) - Method in class com.codelanx.codelanxlib.data.types.Json
Saves any information in memory to the file specified.
save() - Method in class com.codelanx.codelanxlib.data.types.Yaml
Saves any information in memory to the file it was loaded from.
save(File) - Method in class com.codelanx.codelanxlib.data.types.Yaml
Saves any information in memory to the file specified.
Scheduler - Class in com.codelanx.codelanxlib.util
Façade utility class for simplifying scheduling tasks
seed - Variable in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
sendMessage(CommandSender, Lang, Object...) - Static method in interface com.codelanx.codelanxlib.config.Lang
Sends a formatted string and prepends the Lang.getFormat() to it.
sendMessage(CommandSender, Lang, Lang, Object...) - Static method in interface com.codelanx.codelanxlib.config.Lang
Sends a message but does not include Lang.getFormat(), instead it uses a supplied format
sendRawMessage(CommandSender, Lang, Object...) - Static method in interface com.codelanx.codelanxlib.config.Lang
Sends a raw message without additional formatting aside from translating color codes
SerializationFactory - Class in com.codelanx.codelanxlib.serialize
Façade for registering ConfigurationSerializable classes to Bukkit
SerializationFactory() - Constructor for class com.codelanx.codelanxlib.serialize.SerializationFactory
 
serialize(InventoryInterface, File) - Static method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Saves an InventoryInterface to a specified File in YAML
serialize() - Method in class com.codelanx.codelanxlib.serialize.SInventory
serialize() - Method in class com.codelanx.codelanxlib.serialize.SLocation
serialize() - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
set(Object) - Method in interface com.codelanx.codelanxlib.config.Config
Sets a value in the FileDataType
set(String, Object) - Method in interface com.codelanx.codelanxlib.data.FileDataType
Sets the value at the location specified by the passed path
set(String, Object) - Method in class com.codelanx.codelanxlib.data.types.Json
Sets the value at the location specified by the passed path
set(String, Object) - Method in class com.codelanx.codelanxlib.data.types.Yaml
Sets the value at the location specified by the passed path
set(PlayerInventory) - Method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Sets the current contents of this class into a passed PlayerInventory
setAllExecutions(Execution) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
setAmount(int) - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
setAnnouncementFormat(String) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
 
setAutoCommit(boolean) - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Sets whether or not to automatically commit changes to the database.
setChanged() - Method in class com.codelanx.codelanxlib.econ.CEconomy
 
setContents(InventoryHolder) - Method in class com.codelanx.codelanxlib.inventory.InventoryState
Sets the contents of this state into an InventoryHolder
setContents(InventoryHolder) - Method in class com.codelanx.codelanxlib.inventory.PlayerInventoryState
Sets the contents of this state into an InventoryHolder
setCurrentValue(E) - Method in class com.codelanx.codelanxlib.util.Cache
Sets the value of this Cache
setExecutable(Execution) - Method in class com.codelanx.codelanxlib.inventory.iinterface.MenuIcon
 
setFilter(Filter) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
setItemsPerPage(int) - Method in class com.codelanx.codelanxlib.command.HelpCommand
Sets the number of commands to show information for per page.
setLevel(Level) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
setName(String) - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
setNext(TimeUtil.TimePoint) - Method in class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
setParent(Logger) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
setReportingURL(String) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Sets the URL to send a JSON payload of server information to as well as any other relevant information for when a stack trace occurs.
setResourceBundle(ResourceBundle) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
setRootPanel(InventoryPanel) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryInterface
Sets the root panel of this InventoryInterface
setSerializedName(String) - Method in class com.codelanx.codelanxlib.inventory.iinterface.InventoryPanel
 
setTimeFormat(String) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
Sets the format for the title of the sidebar scoreboard.
setType(Material) - Method in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 
setUseParentHandlers(boolean) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
setValue(E) - Method in class com.codelanx.codelanxlib.util.number.Single
Sets the stored value
severe(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
severe(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
simple() - Static method in class com.codelanx.codelanxlib.logging.Logging
Returns a Logging.LoggingFacade which allows for simpler methods of printing via Logging
simpleErrorOutput(SQLException) - Static method in class com.codelanx.codelanxlib.util.Databases
Formats an SQLException to be output with more information about the error
Single<E> - Class in com.codelanx.codelanxlib.util.number
Holds a single reference to a stored object
Single(E) - Constructor for class com.codelanx.codelanxlib.util.number.Single
Constructor.
SInventory - Class in com.codelanx.codelanxlib.serialize
Represents an Inventory which is ready to be serialized
SInventory(ItemStack...) - Constructor for class com.codelanx.codelanxlib.serialize.SInventory
Copies the passed ItemStack objects
SInventory(Map<String, Object>) - Constructor for class com.codelanx.codelanxlib.serialize.SInventory
ConfigurationSerializable constructor.
size() - Method in class com.codelanx.codelanxlib.inventory.InventoryState
Returns the length of the underlying ItemStack array
size() - Method in class com.codelanx.codelanxlib.util.Paginator
Returns the number of pages in this instance
SLocation - Class in com.codelanx.codelanxlib.serialize
Represents a ConfigurationSerializable Location with a lazily initialized world
SLocation(Location) - Constructor for class com.codelanx.codelanxlib.serialize.SLocation
Creates a new SLocation object from the passed Location
SLocation(Map<String, Object>) - Constructor for class com.codelanx.codelanxlib.serialize.SLocation
ConfigurationSerializable constructor.
SPlayerInventory - Class in com.codelanx.codelanxlib.serialize
Class description for SPlayerInventory
SPlayerInventory(PlayerInventory) - Constructor for class com.codelanx.codelanxlib.serialize.SPlayerInventory
Copies the contents of the passed PlayerInventory
SPlayerInventory(Map<String, Object>) - Constructor for class com.codelanx.codelanxlib.serialize.SPlayerInventory
ConfigurationSerializable constructor.
SQLDataType - Interface in com.codelanx.codelanxlib.data
Represents an object that connects to an SQL database and allows operations to be made upon it
SQLite - Class in com.codelanx.codelanxlib.data.types
Instantiable SQLite connector
SQLite() - Constructor for class com.codelanx.codelanxlib.data.types.SQLite
 
start(long, Runnable) - Method in class com.codelanx.codelanxlib.util.TimeUtil.Countdown
Starts a countdown timer that will run for as long as the specified duration argument.
SubCommand<E extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.command
Skeleton class representing the structure of a sub-command for CommandHandler

Note: this class has a natural ordering that is inconsistent with equals.
SubCommand(E, CommandHandler<E>) - Constructor for class com.codelanx.codelanxlib.command.SubCommand
SubCommand constructor
SubListener<T extends org.bukkit.plugin.Plugin> - Class in com.codelanx.codelanxlib.listener
Class description for SubListener
SubListener(T) - Constructor for class com.codelanx.codelanxlib.listener.SubListener
Stores the Plugin reference

T

tabComplete(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.HelpCommand
Returns a List of possible strings that could be supplied for the next argument
tabComplete(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.ReloadCommand
 
tabComplete(CommandSender, String...) - Method in class com.codelanx.codelanxlib.command.SubCommand
Returns a List of possible strings that could be supplied for the next argument
taxRate() - Method in class com.codelanx.codelanxlib.econ.CEconomy
Represents a rate that is multiplied to money taken through the CEconomy.charge(Player, double) method.
throwing(String, String, Throwable) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
TimePoint(long, TimeUnit, TimeUtil.TimePoint) - Constructor for class com.codelanx.codelanxlib.util.TimeUtil.TimePoint
 
TimeUtil - Class in com.codelanx.codelanxlib.util
Class description for TimeUtil
TimeUtil.Countdown - Class in com.codelanx.codelanxlib.util
 
TimeUtil.TimePoint - Class in com.codelanx.codelanxlib.util
 
toBytes(UUID) - Static method in class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Converts a UUID into bytes
toggleOutput(boolean) - Static method in class com.codelanx.codelanxlib.logging.Debugger
Sets whether or not to actually output any calls from your plugin to the Debugger.
toLocation() - Method in class com.codelanx.codelanxlib.serialize.SLocation
Converts this instance into a Location object.
traverse(boolean, String...) - Method in class com.codelanx.codelanxlib.data.types.Json
Traverses a JSONObject tree from the internal root node.
Tuple<E,T> - Class in com.codelanx.codelanxlib.util.number
Represents a wrapper class for a pair of objects
Tuple(E, T) - Constructor for class com.codelanx.codelanxlib.util.number.Tuple
Constructor.
type - Variable in class com.codelanx.codelanxlib.inventory.ItemStackBuilder
 

U

unprotect(Location) - Static method in class com.codelanx.codelanxlib.util.Protections
 
unregisterListener(Class<? extends SubListener<?>>) - Static method in class com.codelanx.codelanxlib.listener.ListenerManager
Unregisters a specific SubListener from both CodelanxLib and Bukkit
unregisterSubCommand(String) - Method in class com.codelanx.codelanxlib.command.CommandHandler
Removes a SubCommand in use by this handler.
unsupportedOperation(boolean, String) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an UnsupportedOperationException if the value of the state parameter is false
unsupportedOperation(boolean) - Static method in class com.codelanx.codelanxlib.util.exception.Exceptions
Throws an UnsupportedOperationException if the value of the state parameter is false
update(String) - Method in interface com.codelanx.codelanxlib.data.SQLDataType
Executes a query that can change values
update() - Method in class com.codelanx.codelanxlib.util.Cache
Called when a variable needs to be updated.
updatePlayersInRange(Sign) - Static method in class com.codelanx.codelanxlib.util.Blocks
Forcibly sends an update of sign text to any players within a close enough range of the sign to render its text
UUIDFetcher - Class in com.codelanx.codelanxlib.util.auth
All credit to evilmidget38! A small bit of cleanup for Java 8.
UUIDFetcher(List<String>, boolean) - Constructor for class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Makes a copy of the names to be retrieved
UUIDFetcher(List<String>) - Constructor for class com.codelanx.codelanxlib.util.auth.UUIDFetcher
Passes the names to the other constructor, and true for rate limiting

V

value - Variable in class com.codelanx.codelanxlib.util.number.Box
The value of the Box<T>
valueOf(String) - Static method in enum com.codelanx.codelanxlib.command.CommandStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codelanx.codelanxlib.internal.CLPerms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codelanx.codelanxlib.internal.InternalLang
Returns the enum constant of this type with the specified name.
valueOf(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SInventory
Creates a new SInventory object and returns it.
valueOf(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SLocation
Creates a new SLocation object and returns it.
valueOf(Map<String, Object>) - Static method in class com.codelanx.codelanxlib.serialize.SPlayerInventory
Creates a new SPlayerInventory object and returns it.
values() - Static method in enum com.codelanx.codelanxlib.command.CommandStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codelanx.codelanxlib.internal.CLPerms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codelanx.codelanxlib.internal.InternalLang
Returns an array containing the constants of this enum type, in the order they are declared.
VaultProxy - Class in com.codelanx.codelanxlib.econ
A proxy InvocationHandler class for Vault's Economy class, used to make it possible to observe changes in the Economy status without modifying the original class

W

warning(String) - Static method in class com.codelanx.codelanxlib.logging.Logging
 
warning(Supplier<String>) - Static method in class com.codelanx.codelanxlib.logging.Logging
 

Y

Yaml - Class in com.codelanx.codelanxlib.data.types
Represents a YAML file that is parsed and loaded into memory.
Yaml(File) - Constructor for class com.codelanx.codelanxlib.data.types.Yaml
Reads and loads a YAML file into memory.
yaml - Variable in class com.codelanx.codelanxlib.data.types.Yaml
The underlying FileConfiguration object
A B C D E F G H I J L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2015. All rights reserved.