Index

A B C D E F G H I L M O P R S T U V Y 
All Classes and Interfaces|All Packages

G

get(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the object found at the path
getAllKeys() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
 
getArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
getArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
getArgIndexes(ArgType) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getArgs() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
getArgType(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getArgTypes() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getBackgroundGlass() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberGuiUtils
 
getBackgroundItem() - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Gets the background item that is being used in the GUI
getBool(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the boolean found at the path
getClickEvent() - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Returns the lambda statement (no arg) currently being used when the item is clicked
getCloseEvent() - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
 
getColored(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Gets the colored string of a given string
getColored(String...) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Gets the colored strings of a given string list
getColored(List<String>) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Gets the colored strings of a given string list
getColoredComponent(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Gets the colored TextComponent of a given string
getColoredStr(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the colored string found at the path
getColoredStrList(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the list of colored strings found at the path
getCommand() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
getConfig() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlLoader
Gets the FileConfiguration of this file
getConfig() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
 
getDefaultPermissionMsg() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Gets the message that is sent, by default, when a player doesn't have permission to execute a command
getDouble(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the double found at the path
getDoubleAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
Tries to convert the argument at the provided index to a double
getDoubleAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
Tries to convert the argument at the provided index to a double
getExecuteSubCommands() - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
getFileName() - Method in enum class com.github.cyberryan1.cybercore.spigot.config.FileType
Gets the name of the file used for the enum
getFileType() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlLoader
 
getFloat(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the float found at the path
getInt(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the int found at the path
getIntegerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
Tries to convert the argument at the provided index to an integer
getIntegerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
Tries to convert the argument at the provided index to an integer
getInvalidDoubleMsg() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getInvalidDoubleMsg() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Gets the message that's sent, by default, when a double is invalid
getInvalidIntegerMsg() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getInvalidIntegerMsg() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Gets the message that's sent, by default, when an integer is invalid
getInvalidPlayerMsg() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getInvalidPlayerMsg() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Gets the message that's sent, by default, when a name provided is invalid
getInventory() - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
 
getItem() - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Returns the item this currently represents
getItem(int) - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Gets the item at a specified slot in the GUI
getKeys(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
The list of all paths in the config that start with the provided path (deep search).
getLong(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the long found at the path
getMinArgLength() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getName() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getName() - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Gets the name of the GUI
getOfflinePlayerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
Tries to convert the argument at the provided index to an OfflinePlayer
getOfflinePlayerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
Tries to convert the argument at the provided index to an OfflinePlayer
getOnlinePlayerNames() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
 
getPermission() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getPermissionMsg() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getPlayer() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
getPlayer() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
getPlayerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
Tries to convert the argument at the provided index to a Player
getPlayerAtArg(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
Tries to convert the argument at the provided index to a Player
getPlayerPrefix(Player) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
Gets a player's prefix
getPlayerPrefix(OfflinePlayer) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
Gets an offline player's prefix
getPlayerSkull(OfflinePlayer) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
Returns the skull of the given player
getPlayerSuffix(Player) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
Gets a player's suffix
getPlayerSuffix(OfflinePlayer) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
Gets an offline player's suffix
getPlugin() - Static method in class com.github.cyberryan1.cybercore.spigot.CyberCore
 
getPrimaryColor() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
 
getSecondaryColor() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
 
getSender() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
getSender() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
getSize() - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Gets the size (rows) of the GUI
getSlot() - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Returns the current slot this item will be placed in the GUI
getStr(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the string found at the path
getStringArgOptions() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getStringArgOptions(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
getStrList(String) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
First checks if the path is valid, then returns the list of strings found at the path
getSubcommand() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
getSubCommand(String) - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
getSubcommandArgs() - Method in class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
getSubCommandList() - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
getSubCommandNames() - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
getSubCommandsForSender(CommandSender) - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
getType() - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Returns the type of the item this represents
getUncolored(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Removes all color AND color codes from a message
getUsage() - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
getVaultChat() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
 
getVaultEconomy() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
 
getVaultPermissions() - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
 
getYmlLoader() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
 
Gui - Class in com.github.cyberryan1.cybercore.spigot.gui
This is what is mainly used by others to create GUIs, edit their contents, and open them to players
Gui(String, int) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.Gui
Creates a gui with a given name and size (rows)
Gui(String, int, ItemStack) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.Gui
Creates a gui with a given name, size (rows), and a background item
GuiClickEvent - Interface in com.github.cyberryan1.cybercore.spigot.gui.events
 
GuiCloseEvent - Interface in com.github.cyberryan1.cybercore.spigot.gui.events
 
GuiItem - Class in com.github.cyberryan1.cybercore.spigot.gui
Represents an item in the Gui class.
GuiItem(ItemStack, int) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
 
GuiItem(ItemStack, int, GuiClickEvent) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
 
GuiItem(Material, String, int) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
 
GuiItem(Material, String, int, GuiClickEvent) - Constructor for class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
 
A B C D E F G H I L M O P R S T U V Y 
All Classes and Interfaces|All Packages