Index

A B C D E F G H I J L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

cancelAllClicks() - Method in class me.efekos.simpler.menu.Menu
Returns a boolean that indicates click cancels for this menu.
cancelAllClicks() - Method in class me.efekos.simpler.menu.PaginatedMenu
Returns a boolean that indicates click cancels for this menu.
changeMessageConfiguration(MessageConfiguration) - Static method in class me.efekos.simpler.Simpler
Changes the configuration with the configuration given.
checkUpdates(JavaPlugin, int) - Static method in class me.efekos.simpler.Utilities
Checks versions of the current plugin and the current latest resource at spigotmc.org.
Command - Annotation Interface in me.efekos.simpler.commands
Used to give information about a command class.
CommandExecuteContext - Class in me.efekos.simpler.commands
A context class that contains some information about a command execution.
CommandExecuteContext(CommandSender, List<String>) - Constructor for class me.efekos.simpler.commands.CommandExecuteContext
Creates a new context to use for running CommandExecutives of CommandNodes.
CommandExecutive - Interface in me.efekos.simpler.commands.node
Main interface used by CommandNodes as 'a method to run when someone executes me'.
CommandManager - Class in me.efekos.simpler.commands
Static command manager for registering commands.
CommandManager() - Constructor for class me.efekos.simpler.commands.CommandManager
Creates a new CommandManager, well, if you somehow need one.
CommandNode - Class in me.efekos.simpler.commands.node
Main class for nodes of CommandTrees.
CommandNode(CommandNode...) - Constructor for class me.efekos.simpler.commands.node.CommandNode
Creates a new CommandNode.
CommandTree - Class in me.efekos.simpler.commands
Represents a command tree that can hold infinite amount of CommandNodes as children.
CommandTree(String, String, String) - Constructor for class me.efekos.simpler.commands.CommandTree
Creates a new command tree.
CommandTree(String, String, String, CommandNode...) - Constructor for class me.efekos.simpler.commands.CommandTree
Creates a new command tree.
CommandTreeHandler - Annotation Interface in me.efekos.simpler.commands
An interface that must be added to subclasses of TreeCommandHandler, so Simpler.registerCommands(JavaPlugin) can notice TreeCommandHandler.
CONSUME - Enum constant in enum class me.efekos.simpler.items.HandleType
Needed event: PlayerItemConsumeEvent.
CoreCommand - Class in me.efekos.simpler.commands
Used for core commands like /friends invite,/friends list,/friends remove etc.
CoreCommand(String) - Constructor for class me.efekos.simpler.commands.CoreCommand
Creates a new core command instance.
CoreCommand(String, String, String, List<String>) - Constructor for class me.efekos.simpler.commands.CoreCommand
Creates a new core command instance.
createItem(Material, String, String...) - Method in class me.efekos.simpler.menu.Menu
Quickly crates an ItemStack according to the parameters.
createSkull(Player, String, String...) - Method in class me.efekos.simpler.menu.Menu
Quickly creates a skull owned by Player given.
createStack(CustomItem) - Static method in class me.efekos.simpler.items.ItemManager
Creates an item stack using the custom item instance given.
CustomChart(String) - Constructor for class me.efekos.simpler.Metrics.CustomChart
 
CustomItem - Class in me.efekos.simpler.items
Main class you will use for custom item systems.
CustomItem(NamespacedKey, Consumer<ItemStack>) - Constructor for class me.efekos.simpler.items.CustomItem
Creates an instance of this custom item.
CustomItemRegistry - Class in me.efekos.simpler.items
A registry class used for registering custom items.
A B C D E F G H I J L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form