Index
All Classes and Interfaces|All Packages
A
- AdvancedColors - Enum Class in io.github.simplexdevelopment.msgutils
- aliases() - Element in annotation interface io.github.simplexdevelopment.cl.api.annotations.Info
- allowConsole() - Method in class io.github.simplexdevelopment.cl.Permissible
- AMETHYST - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- AQUA - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- AQUAMARINE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- AZURE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
B
- BasicColors - Enum Class in io.github.simplexdevelopment.msgutils
- BLACK - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- BLUE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- BOLD - Enum constant in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- broadcast(String) - Method in class io.github.simplexdevelopment.cl.CommandBase
- broadcast(String, AdvancedColors) - Method in class io.github.simplexdevelopment.cl.CommandBase
- broadcast(String, BasicColors) - Method in class io.github.simplexdevelopment.cl.CommandBase
- BRONZE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- BURLYWOOD - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
C
- CHARTREUSE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- CommandBase - Class in io.github.simplexdevelopment.cl
- CommandBase(String) - Constructor for class io.github.simplexdevelopment.cl.CommandBase
- CommandBase(String, boolean) - Constructor for class io.github.simplexdevelopment.cl.CommandBase
- CommandBase(String, String) - Constructor for class io.github.simplexdevelopment.cl.CommandBase
- CommandBase(String, String, boolean) - Constructor for class io.github.simplexdevelopment.cl.CommandBase
- CommandLoader - Class in io.github.simplexdevelopment.cl
- CommandLoader(Plugin, String) - Constructor for class io.github.simplexdevelopment.cl.CommandLoader
- CORAL - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- CORNFLOWER - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- CRIMSON - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
D
- DARK_AQUA - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_BLUE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_GRAY - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_GREEN - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_ORANGE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_PINK - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_PURPLE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- DARK_RED - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- description() - Element in annotation interface io.github.simplexdevelopment.cl.api.annotations.Info
- disablePlugin(Plugin) - Method in class io.github.simplexdevelopment.cl.CommandBase
E
- enablePlugin(Plugin) - Method in class io.github.simplexdevelopment.cl.CommandBase
- ExampleCommand - Class in io.github.simplexdevelopment.cl.impl
- ExampleCommand() - Constructor for class io.github.simplexdevelopment.cl.impl.ExampleCommand
- execute() - Method in interface io.github.simplexdevelopment.cl.api.SubCommand
-
This provides a way to use a functional interface to clearly define subcommands and their actions.
- execute(CommandSender, String[]) - Method in interface io.github.simplexdevelopment.cl.api.ICommand
-
This is the actual onCommand method.
- execute(CommandSender, String[]) - Method in class io.github.simplexdevelopment.cl.impl.ExampleCommand
F
- FUCHSIA - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
G
- getColor() - Method in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- getColor() - Method in enum class io.github.simplexdevelopment.msgutils.BasicColors
- getFormat() - Method in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- getOnlinePlayers() - Method in class io.github.simplexdevelopment.cl.CommandBase
- getPermission() - Method in class io.github.simplexdevelopment.cl.Permissible
-
Gets the permission for the command it represents.
- getPermissionMessage() - Method in class io.github.simplexdevelopment.cl.Permissible
-
Gets the message to display when a user doesn't have permission to run the command.
- getPlayer(String) - Method in class io.github.simplexdevelopment.cl.CommandBase
- getPlayer(UUID) - Method in class io.github.simplexdevelopment.cl.CommandBase
- GOLD - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- GOLDENROD - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- GRAPE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- GREEN - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
H
- hasPermission(CommandSender) - Method in class io.github.simplexdevelopment.cl.Permissible
-
Checks if the source of the command has the permission required to run it.
- HONEYDEW - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
I
- ICommand - Interface in io.github.simplexdevelopment.cl.api
- INDIGO - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- Info - Annotation Interface in io.github.simplexdevelopment.cl.api.annotations
- io.github.simplexdevelopment.cl - package io.github.simplexdevelopment.cl
- io.github.simplexdevelopment.cl.api - package io.github.simplexdevelopment.cl.api
- io.github.simplexdevelopment.cl.api.annotations - package io.github.simplexdevelopment.cl.api.annotations
- io.github.simplexdevelopment.cl.impl - package io.github.simplexdevelopment.cl.impl
- io.github.simplexdevelopment.msgutils - package io.github.simplexdevelopment.msgutils
- ITALICS - Enum constant in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- IVORY - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
L
- LIGHT_GRAY - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- load() - Method in class io.github.simplexdevelopment.cl.CommandLoader
-
This will load your commands and initialize them within Paper's CommandMap.
M
- MAGIC - Enum constant in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- MAROON - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- MEDIUM_VIOLET_RED - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- MOCCASIN - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- msg(String) - Method in class io.github.simplexdevelopment.cl.CommandBase
-
Returns a text component for Kyori friendly messaging.
- msg(String, AdvancedColors) - Method in class io.github.simplexdevelopment.cl.CommandBase
-
Returns a text component for Kyori friendly messaging.
- msg(String, BasicColors) - Method in class io.github.simplexdevelopment.cl.CommandBase
-
Returns a text component for Kyori friendly messaging.
N
O
- OLIVE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- onCommand(CommandSender, Command, String, String[]) - Method in class io.github.simplexdevelopment.cl.CommandBase
- onTabComplete(CommandSender, Command, String, String[]) - Method in class io.github.simplexdevelopment.cl.CommandBase
- ORANGE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
P
- PALE_VIOLET_RED - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- Permissible - Class in io.github.simplexdevelopment.cl
- Permissible(String, String, boolean) - Constructor for class io.github.simplexdevelopment.cl.Permissible
- PINK - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- PLUM - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- PURPLE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
R
- RED - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
- register(CommandBase) - Method in class io.github.simplexdevelopment.cl.CommandLoader
-
This method will register your command internally within the CommandLoader.
- register(CommandBase...) - Method in class io.github.simplexdevelopment.cl.CommandLoader
-
This will run a loop for each command instance you input and register them all within one method.
- registerAndLoad(CommandBase...) - Method in class io.github.simplexdevelopment.cl.CommandLoader
-
This will effectively register all your commands and then load them into the Paper CommandMap.
S
- SALMON - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- SEA_GREEN - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- SILVER - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- SLATE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- SLATE_BLUE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- STEEL_BLUE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- STRIKETHROUGH - Enum constant in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- subCommand(String, CommandSender, String, String[], SubCommand) - Method in class io.github.simplexdevelopment.cl.CommandBase
-
Runs a subcommand provided that the user has the required permission.
- SubCommand - Interface in io.github.simplexdevelopment.cl.api
T
- TextFormatting - Enum Class in io.github.simplexdevelopment.msgutils
- TOMATO - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- TURQUOISE - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
U
- UNDERLINED - Enum constant in enum class io.github.simplexdevelopment.msgutils.TextFormatting
- usage() - Element in annotation interface io.github.simplexdevelopment.cl.api.annotations.Info
V
- valueOf(String) - Static method in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.simplexdevelopment.msgutils.BasicColors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.simplexdevelopment.msgutils.TextFormatting
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.simplexdevelopment.msgutils.BasicColors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.simplexdevelopment.msgutils.TextFormatting
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WHEAT - Enum constant in enum class io.github.simplexdevelopment.msgutils.AdvancedColors
- WHITE - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
Y
- YELLOW - Enum constant in enum class io.github.simplexdevelopment.msgutils.BasicColors
All Classes and Interfaces|All Packages