Index
All Classes and Interfaces|All Packages
C
- com.github.cyberryan1.cybercore.spigot - package com.github.cyberryan1.cybercore.spigot
- com.github.cyberryan1.cybercore.spigot.command - package com.github.cyberryan1.cybercore.spigot.command
- com.github.cyberryan1.cybercore.spigot.command.sent - package com.github.cyberryan1.cybercore.spigot.command.sent
- com.github.cyberryan1.cybercore.spigot.command.settings - package com.github.cyberryan1.cybercore.spigot.command.settings
- com.github.cyberryan1.cybercore.spigot.config - package com.github.cyberryan1.cybercore.spigot.config
- com.github.cyberryan1.cybercore.spigot.gui - package com.github.cyberryan1.cybercore.spigot.gui
- com.github.cyberryan1.cybercore.spigot.gui.events - package com.github.cyberryan1.cybercore.spigot.gui.events
- com.github.cyberryan1.cybercore.spigot.utils - package com.github.cyberryan1.cybercore.spigot.utils
- combineArgs(String[]) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
-
Combines the list into a string with each item separated by a space
- combineArgs(String[], int) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
-
Combines the list into a string with each item separated by a space, starting at the index provided
- CommandSettings - Class in com.github.cyberryan1.cybercore.spigot.command.settings
-
Contains all the settings for a command.
- CommandSettings(String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
- CommandSettings(String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
- CommandSettings(String, String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.settings.CommandSettings
- CONFIG - Enum constant in enum class com.github.cyberryan1.cybercore.spigot.config.FileType
-
Config file.
- createItem(Material, String) - Static method in class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
-
Creates an item from the given material and name
- CUSTOM - Enum constant in enum class com.github.cyberryan1.cybercore.spigot.config.FileType
-
Custom file.
- CyberColorUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Color translation utilities
- CyberColorUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberColorUtils
- CyberCommand - Class in com.github.cyberryan1.cybercore.spigot.command
-
Used to easily create a command that can then be registered to the server.
- CyberCommand(String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberCommand
-
Creates a new CyberCommand with the provided arguments.
- CyberCommand(String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberCommand
-
Creates a new CyberCommand with the provided arguments.
- CyberCommand(String, String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberCommand
-
Creates a new CyberCommand with the provided arguments.
- CyberCommandUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Command utilities
- CyberCommandUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberCommandUtils
- CyberCore - Class in com.github.cyberryan1.cybercore.spigot
- CyberCore() - Constructor for class com.github.cyberryan1.cybercore.spigot.CyberCore
- CyberGuiUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
GUI utilities
- CyberGuiUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberGuiUtils
- CyberItemUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Item utilities
- CyberItemUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberItemUtils
- CyberLogUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Logging utilities
- CyberLogUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberLogUtils
- CyberMsgUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Message sending utilities
- CyberMsgUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberMsgUtils
- CyberSubCommand - Class in com.github.cyberryan1.cybercore.spigot.command
-
Used to easily create a subcommand that can then be added to a
CyberSuperCommand
. - CyberSubCommand(String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSubCommand
-
Creates a new CyberSubCommand with the provided arguments.
- CyberSubCommand(String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSubCommand
-
Creates a new CyberSubCommand with the provided arguments.
- CyberSubCommand(String, String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSubCommand
-
Creates a new CyberSubCommand with the provided arguments.
- CyberSuperCommand - Class in com.github.cyberryan1.cybercore.spigot.command
-
Used to easily create a command that can be registered to the server.
- CyberSuperCommand(String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
-
Creates a new CyberSuperCommand with the provided arguments.
- CyberSuperCommand(String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
-
Creates a new CyberSuperCommand with the provided arguments.
- CyberSuperCommand(String, String, String, String) - Constructor for class com.github.cyberryan1.cybercore.spigot.command.CyberSuperCommand
-
Creates a new CyberSuperCommand with the provided arguments.
- CyberUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
General utilities
- CyberUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberUtils
- CyberVaultUtils - Class in com.github.cyberryan1.cybercore.spigot.utils
-
Vault utilities
- CyberVaultUtils() - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
-
Initializes Vault permissions and chat
- CyberVaultUtils(boolean) - Constructor for class com.github.cyberryan1.cybercore.spigot.utils.CyberVaultUtils
-
Initializes Vault permissions and chat.
All Classes and Interfaces|All Packages