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

S

save() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlEditor
Saves the configuration to the file.
saveConfig() - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlLoader
Saves the configuration to the file
sendInvalidDoubleArg(CommandSender, String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends that the argument provided isn't a double
sendInvalidIntegerArg(CommandSender, String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends that the argument provided isn't an integer
sendInvalidPlayerArg(CommandSender, String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends that the name provided isn't any player's name
sendMessage(CommandSender, String...) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberMsgUtils
Sends the CyberColorUtils.getColored(String...) of a given string list to a CommandSender
sendMessage(CommandSender, List<String>) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberMsgUtils
Sends the CyberColorUtils.getColored(String...) of a given string list to a CommandSender
sendMsg(CommandSender, String...) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberMsgUtils
sendMsg(CommandSender, List<String>) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberMsgUtils
sendPathNotFoundWarns(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlReader
 
sendPermissionMsg(CommandSender) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends the permission message to the sender
sendPermMsg(CommandSender) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends the permission message to the sender
sendUsage(CommandSender) - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
Sends the usage message of this command along with any subcommands to the sender
sendUsage(CommandSender) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Sends the usage message to the sender
SentCommand - Class in com.github.cyberryan1.cybercore.spigot.command.sent
Used to represent an executed command, with the sender and arguments of the command.
SentCommand(BaseCommand, CommandSender, String[]) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.sent.SentCommand
 
SentSubCommand - Class in com.github.cyberryan1.cybercore.spigot.command.sent
Used to represent an executed subcommand, with the sender and arguments of the subcommand.
SentSubCommand(CommandSender, String, String[]) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.sent.SentSubCommand
 
set(String, Object) - Method in class com.github.cyberryan1.cybercore.spigot.config.YmlEditor
Sets the value of the provided path.
setArgType(int, ArgType) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
setCloseEvent(GuiCloseEvent) - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Sets what is executed when the GUI is closed
setDebugLogging(boolean) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberLogUtils
Sets whether debug logs or enabled
setDefaultPermissionMsg(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Sets the message that is sent, by default, when a player doesn't have permission to execute a command
setDemandConsole(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
setDemandPermission(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
setDemandPlayer(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
setExecuteOnClick(GuiClickEvent) - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Sets what lambda statement that is run when the item is clicked
setExecuteSubCommands(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
 
setInvalidDoubleMsg(String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
Sets the message that's sent to the player when they provide an invalid double.
setInvalidDoubleMsg(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Sets the message that is sent, by default, when a double is invalid
setInvalidIntegerMsg(String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
Sets the message that's sent to the player when they provide an invalid integer.
setInvalidIntegerMsg(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Sets the message that is sent, by default, when an integer is invalid
setInvalidPlayerMsg(String) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
Sets the message that's sent to the player when they provide an invalid player.
setInvalidPlayerMsg(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
Sets the message that is sent, by default, when a name provided is invalid
setItem(ItemStack) - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Sets the ItemStack for this item
setItem(Material, String) - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Sets the item using a Material and name
setItemAmount(int) - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Sets the amount of the item in the GUI
setItemLore(ItemStack, String...) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
Sets the lore of an item
setItemLore(ItemStack, List<String>) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
Sets the lore of an item
setItemName(ItemStack, String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
Sets the name of an item
setMinArgLength(int) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
setName(String) - Method in class com.github.cyberryan1.cybercore.spigot.gui.Gui
Sets the name of the GUI
setPlugin(JavaPlugin) - Static method in class com.github.cyberryan1.cybercore.spigot.CyberCore
Sets the plugin instance for the CyberCore class.
setPrimaryColor(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Sets the primary color for the plugin.
setRunAsync(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
setSecondaryColor(String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
Sets the secondary color for the plugin.
setSendValidationMsg(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
setSlot(int) - Method in class com.github.cyberryan1.cybercore.spigot.gui.GuiItem
Sets a new slot in the GUI
setStringArgOptions(int, List<String>) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
Important Notes: The index must be set to ArgType.STRING via the BaseCommand.setArgType(int, ArgType) method, otherwise nothing will happen If the argument provided is invalid when checking via the BaseCommand.validateArgument(CommandSender, String, int)) method and the BaseCommand.isSendingValidationMsg() is true, then the usage of the command will be sent
setTabCompleteEnabled(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
 
setValidateArgs(boolean) - Method in class com.github.cyberryan1.cybercore.spigot.command.settings.BaseCommand
 
STRING - Enum constant in enum class com.github.cyberryan1.cybercore.spigot.command.settings.ArgType
 
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