Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- get() - Method in class me.efekos.simpler.config.YamlConfig
-
Returns the
FileConfiguration
object of this config. - get(UUID) - Method in class me.efekos.simpler.config.ListDataManager
-
Grabs a data from the list using its
UUID
. - get(String) - Method in class me.efekos.simpler.menu.MenuData
-
Gets a value from the stored data, using the key given.
- get(K) - Method in class me.efekos.simpler.config.MapDataManager
-
Grabs a data from the map using its
UUID
. - getAll() - Method in class me.efekos.simpler.config.ListDataManager
-
Grabs the entire list and returns it.
- getAll() - Method in class me.efekos.simpler.config.MapDataManager
-
Grabs the entire map and returns it.
- getArgs() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Returns a list of the arguments that sender gave.
- getArguments() - Method in class me.efekos.simpler.commands.syntax.Syntax
-
Returns a list of the
Argument
s on this syntax. - getBaseDescription() - Method in class me.efekos.simpler.commands.CommandTree
-
Returns the base description that will be used by bukkit.
- getBaseName() - Method in class me.efekos.simpler.commands.CommandTree
-
Returns the base name that will be the main command of this tree.
- getBasePermission() - Method in class me.efekos.simpler.commands.CommandTree
-
Returns the base permission that is needed to run ANY command under this tree.
- getBoolean(String, boolean) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds a
Boolean
from the configuration - getBoolean(String, Boolean) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds a
Boolean
from the configuration - getCharacter(String, char) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds a
Character
from the configuration - getChartData() - Method in class me.efekos.simpler.Metrics.AdvancedBarChart
- getChartData() - Method in class me.efekos.simpler.Metrics.AdvancedPie
- getChartData() - Method in class me.efekos.simpler.Metrics.CustomChart
- getChartData() - Method in class me.efekos.simpler.Metrics.DrilldownPie
- getChartData() - Method in class me.efekos.simpler.Metrics.MultiLineChart
- getChartData() - Method in class me.efekos.simpler.Metrics.SimpleBarChart
- getChartData() - Method in class me.efekos.simpler.Metrics.SimplePie
- getChartData() - Method in class me.efekos.simpler.Metrics.SingleLineChart
- getChildren() - Method in class me.efekos.simpler.commands.CommandTree
-
Returns a list of the child nodes that this tree contain.
- getChildren() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns a list of the child nodes that this node contain.
- getConsoleExecutive() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns a
CommandExecutive
to run when the console executes this node. - getDescription() - Method in class me.efekos.simpler.commands.BaseCommand
-
Grabs the value of
Command.description()
and returns it. - getDescription() - Method in class me.efekos.simpler.commands.CoreCommand
- getDescription() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns the description of this node
- getDouble(String, double) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds a
Double
from the configuration - getDouble(String, double) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds a
Double
from the configuration - getExecutive() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns a
CommandExecutive
to run when this node is executed by someone. - getInt(String, Integer) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds an
Integer
from the configuration - getInteger(String, int) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds an
Integer
from the configuration - getInventory() - Method in class me.efekos.simpler.menu.Menu
-
Get the object's inventory.
- getItem(ItemStack) - Static method in class me.efekos.simpler.items.ItemManager
-
Finds the
CustomItem
instance of theItemStack
given. - getKey() - Method in class me.efekos.simpler.items.CustomItem
-
Returns the identifier of this custom item.
- getLabel() - Method in class me.efekos.simpler.commands.node.impl.LabelNode
-
Returns the label that this node is holding.
- getList(String) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds a list from config.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.Argument
-
Generates a list of suggestions about this argument.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.impl.DoubleArgument
-
Generates a list of suggestions about this argument.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.impl.IntegerArgument
-
Generates a list of suggestions about this argument.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.impl.ListArgument
-
Generates a list of suggestions about this argument.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.impl.PlayerArgument
-
Generates a list of suggestions about this argument.
- getList(Player, String) - Method in class me.efekos.simpler.commands.syntax.impl.StringArgument
-
Generates a list of suggestions about this argument.
- getLocation(String) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds a
Location
from the configuration - getLocation(String, Location) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds a
Location
from the configuration - getMenuData(Player) - Static method in class me.efekos.simpler.menu.MenuManager
-
Get someone's menu data outside the menus, so you can change some data.
- getMenuHistory() - Method in class me.efekos.simpler.menu.MenuData
-
Returns a menu
Stack
used to store the history of menusMenuData.owner
visited. - getMessageConfiguration() - Static method in class me.efekos.simpler.Simpler
-
Returns the message configuration Simpler is using right now.
- getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class me.efekos.simpler.Utilities
-
Find all the
Method
s annotated with theAnnotation
given. - getName() - Method in class me.efekos.simpler.commands.BaseCommand
-
Grabs the value of
Command.name()
and returns it. - getName() - Method in class me.efekos.simpler.commands.CoreCommand
- getOwner() - Method in class me.efekos.simpler.menu.MenuData
-
Returns the
Player
who owns this data. - getParent() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns the parent of this node.
- getParent() - Method in class me.efekos.simpler.commands.SubCommand
-
Returns the parent of this
SubCommand
. - getPermission() - Method in class me.efekos.simpler.commands.BaseCommand
-
Grabs the value of
Command.permission()
and returns it. - getPermission() - Method in class me.efekos.simpler.commands.CoreCommand
- getPermission() - Method in class me.efekos.simpler.commands.node.CommandNode
-
Returns the permission that this
CommandNode
requires to run the executive of this node. - getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.Argument
-
Returns a short placeholder to represent this argument.
- getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.impl.DoubleArgument
-
Returns a short placeholder to represent this argument.
- getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.impl.IntegerArgument
-
Returns a short placeholder to represent this argument.
- getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.impl.ListArgument
-
Returns a short placeholder to represent this argument.
- getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.impl.PlayerArgument
-
Returns a short placeholder to represent this argument.
- getPlaceHolder() - Method in class me.efekos.simpler.commands.syntax.impl.StringArgument
-
Returns a short placeholder to represent this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.Argument
-
Returns a priority about this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.impl.DoubleArgument
-
Returns a priority about this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.impl.IntegerArgument
-
Returns a priority about this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.impl.ListArgument
-
Returns a priority about this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.impl.PlayerArgument
-
Returns a priority about this argument.
- getPriority() - Method in class me.efekos.simpler.commands.syntax.impl.StringArgument
-
Returns a priority about this argument.
- getReason() - Method in class me.efekos.simpler.commands.syntax.ArgumentHandleResult
-
Returns the reason of why this result does not pass, if it doesn't.
- getRequestJsonObject(BiConsumer<String, Throwable>, boolean) - Method in class me.efekos.simpler.Metrics.CustomChart
- getRows() - Method in class me.efekos.simpler.menu.Menu
-
Returns a row amount for this menu.
- getRows() - Method in class me.efekos.simpler.menu.PaginatedMenu
-
Returns a row amount for this menu.
- getSender() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Returns the sender that ran this command.
- getSenderAsConsole() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Casts the sender to a
ConsoleCommandSender
, then returns it. - getSenderAsPlayer() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Casts the sender to a
Player
, then returns it. - getSlots() - Method in class me.efekos.simpler.menu.Menu
-
Returns the real slot amount of this menu, which is
Menu.getRows()
*9. - getString(String, String) - Method in class me.efekos.simpler.config.JsonConfig
-
Finds a
String
from the configuration - getString(String, String) - Method in class me.efekos.simpler.config.YamlConfig
-
Finds a
String
from the configuration - getStringList(String) - Method in class me.efekos.simpler.config.YamlConfig
- getSub(String) - Method in class me.efekos.simpler.commands.CoreCommand
-
Finds a
SubCommand
by its name usingBaseCommand.getName()
. - getSubs() - Method in class me.efekos.simpler.commands.CoreCommand
-
Returns a list of the
SubCommand
s that belong to thisCoreCommand
. - getSyntax() - Method in class me.efekos.simpler.commands.BaseCommand
-
Used for handling tab completion, making examples and providing valid usages for this command.
- getTitle() - Method in class me.efekos.simpler.menu.Menu
-
Returns a title for this menu.
- getTree() - Method in class me.efekos.simpler.commands.TreeCommandHandler
-
Returns a command tree that will be registered.
- getUniqueId() - Method in interface me.efekos.simpler.config.Storable
-
Returns a unique id for this instance.
- getUsage() - Method in class me.efekos.simpler.commands.BaseCommand
-
Gets an example usage of this command
- getUsage() - Method in class me.efekos.simpler.commands.CoreCommand
-
Gets an example usage of this command
- getUsage() - Method in class me.efekos.simpler.commands.SubCommand
-
Generates a usage using the
BaseCommand.getSyntax()
. - giveItem(Player, ItemStack) - Static method in class me.efekos.simpler.items.ItemManager
-
Adds an
ItemStack
to someone's inventory. - giveItem(Player, Material) - Static method in class me.efekos.simpler.items.ItemManager
-
Gives someone an
ItemStack
of theMaterial
given. - giveItem(Player, CustomItem) - Static method in class me.efekos.simpler.items.ItemManager
-
Creates an
ItemStack
for the item given, and gives it to the player. - giveSkull(Player, Player) - Static method in class me.efekos.simpler.items.ItemManager
-
Gives someone the skull of the
Player
given. - giveSkull(Player, OfflinePlayer) - Static method in class me.efekos.simpler.items.ItemManager
-
Gives someone the skull of the
OfflinePlayer
given.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form