Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- INTEGER - Enum constant in enum class me.efekos.simpler.items.FieldType
-
Integer type.
- IntegerArgument - Class in me.efekos.simpler.commands.syntax.impl
-
An example extension of custom
Argument
s: This argument can be any integer, or an integer in a range. - IntegerArgument(String, ArgumentPriority) - Constructor for class me.efekos.simpler.commands.syntax.impl.IntegerArgument
-
Crates an instance of
IntegerArgument
. - IntegerArgument(String, ArgumentPriority, int, int) - Constructor for class me.efekos.simpler.commands.syntax.impl.IntegerArgument
-
Crates an instance of
IntegerArgument
. - IntegerArgumentNode - Class in me.efekos.simpler.commands.node.impl
-
An example of custom
ArgumentNode
s. - IntegerArgumentNode(int, int, CommandNode...) - Constructor for class me.efekos.simpler.commands.node.impl.IntegerArgumentNode
-
Creates a new node for use.
- IntegerArgumentNode(CommandNode...) - Constructor for class me.efekos.simpler.commands.node.impl.IntegerArgumentNode
-
Creates a new node for use.
- InvalidAnnotationException - Exception Class in me.efekos.simpler.exception
-
A renamed version of
Exception
. - InvalidAnnotationException() - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
-
Constructs a new exception with
null
as its detail message. - InvalidAnnotationException(String) - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
-
Constructs a new exception with the specified detail message.
- InvalidAnnotationException(String, Throwable) - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
-
Constructs a new exception with the specified detail message and cause.
- InvalidAnnotationException(String, Throwable, boolean, boolean) - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- InvalidAnnotationException(Throwable) - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - inventory - Variable in class me.efekos.simpler.menu.Menu
-
Current inventory that is being used by this holder.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.ArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.impl.DoubleArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.impl.IntegerArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.impl.ListArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.impl.PlayerArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCorrect(String) - Method in class me.efekos.simpler.commands.node.impl.StringArgumentNode
-
Checks for a given argument and ensures that the argument is correct.
- isCustom(ItemStack) - Static method in class me.efekos.simpler.items.ItemManager
-
Checks the stack to validate that it is a custom item instance.
- isPassed() - Method in class me.efekos.simpler.commands.syntax.ArgumentHandleResult
-
Returns
true
if the command executor passes (gave a correct argument for) whatever you get this result from. - isPlayerOnly() - Method in class me.efekos.simpler.commands.BaseCommand
-
Grabs the value of
Command.playerOnly()
and returns it. - isPlayerOnly() - Method in class me.efekos.simpler.commands.CoreCommand
-
Grabs the value of
Command.playerOnly()
and returns it. - isSenderConsole() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Checks what sender is, and returns whether the sender is the console or not.
- isSenderPlayer() - Method in class me.efekos.simpler.commands.CommandExecuteContext
-
Checks what sender is, and returns whether the sender is a player or not.
- ITEM_UUID_KEY - Static variable in class me.efekos.simpler.items.ItemManager
-
Key that is used to save item ids of
CustomItem
s onItemStack
s. - ItemEvents - Class in me.efekos.simpler.items
-
Listener class for custom items.
- ItemEvents() - Constructor for class me.efekos.simpler.items.ItemEvents
-
Creates a new item events instance.
- ItemManager - Class in me.efekos.simpler.items
-
Static manager for
CustomItem
s. - ItemManager() - Constructor for class me.efekos.simpler.items.ItemManager
-
Creates a new instance if you somehow need one.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form