Uses of Enum Class
studio.magemonkey.codex.mccore.commands.SenderType
Packages that use SenderType
-
Uses of SenderType in studio.magemonkey.codex.mccore.commands
Methods in studio.magemonkey.codex.mccore.commands that return SenderTypeModifier and TypeMethodDescriptionConfigurableCommand.getSenderType()Retrieves the type of sender required to use this commandstatic SenderTypeReturns the enum constant of this class with the specified name.static SenderType[]SenderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in studio.magemonkey.codex.mccore.commands with parameters of type SenderTypeModifierConstructorDescriptionConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType) Creates a new command that can only hold other commands and displays a command usage for sub commands when executed.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, String description) Creates a new command that can only hold other commands and displays a command usage for sub commands when executed.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description, String args) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description, String args, String permission) Creates a new command that performs its own action when run but cannot have sub commands.