Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- refresh() - Method in class me.efekos.simpler.menu.Menu
-
Refreshes the menu items.
- registerBaseCommand(JavaPlugin, Class<? extends BaseCommand>) - Static method in class me.efekos.simpler.commands.CommandManager
-
Registers one base command
- registerBaseCommands(JavaPlugin, Class<? extends BaseCommand>...) - Static method in class me.efekos.simpler.commands.CommandManager
-
Registers multiple
BaseCommand
s at the same time. - registerCommands(JavaPlugin) - Static method in class me.efekos.simpler.Simpler
-
Scans your entire plugin source to find commands (anything annotated with
Command
will be considered a command) and registers them. - registerCommandTree(JavaPlugin, CommandTree) - Static method in class me.efekos.simpler.commands.CommandManager
-
Creates a command out of the tree and executes it.
- registerCoreCommand(JavaPlugin, Class<? extends CoreCommand>) - Static method in class me.efekos.simpler.commands.CommandManager
-
Deprecated.
- registerCoreCommand(JavaPlugin, Class<? extends CoreCommand>, Class<? extends SubCommand>...) - Static method in class me.efekos.simpler.commands.CommandManager
-
Registers a
CoreCommand
with its children beingSubCommand
s given. - registerItem(NamespacedKey, Class<? extends CustomItem>) - Method in class me.efekos.simpler.items.CustomItemRegistry
-
Registers a custom item class.
- registerItem(NamespacedKey, Class<? extends CustomItem>) - Static method in class me.efekos.simpler.items.ItemManager
-
Registers a custom item.
- reload() - Method in class me.efekos.simpler.config.JsonConfig
-
Reloads the config by reading the file again.
- reload() - Method in class me.efekos.simpler.config.YamlConfig
-
Reloads the config by reading the file again.
- renderHelpList(CommandSender, List<SubCommand>) - Method in class me.efekos.simpler.commands.CoreCommand
-
Provides a text that will help the
CommandSender
trying to execute one of theSubCommand
s at this command. - required(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
-
Changes the required message, which is a message that appears when the player didn't provide a
ArgumentPriority.REQUIRED
argument. - REQUIRED - Enum constant in enum class me.efekos.simpler.commands.syntax.ArgumentPriority
-
Means that this argument is required.
- RIGHT_CLICK - Enum constant in enum class me.efekos.simpler.items.HandleType
-
Needed event:
PlayerInteractEvent
. - RIGHT_CLICK_AIR - Enum constant in enum class me.efekos.simpler.items.HandleType
-
Needed event:
PlayerInteractEvent
. - RIGHT_CLICK_BLOCK - Enum constant in enum class me.efekos.simpler.items.HandleType
-
Needed event:
PlayerInteractEvent
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CommandManager.registerCoreCommand(JavaPlugin, Class, Class[])