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 customArguments: 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 ofIntegerArgument.
- IntegerArgument(String, ArgumentPriority, int, int) - Constructor for class me.efekos.simpler.commands.syntax.impl.IntegerArgument
- 
Crates an instance ofIntegerArgument.
- IntegerArgumentNode - Class in me.efekos.simpler.commands.node.impl
- 
An example of customArgumentNodes.
- 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 ofException.
- InvalidAnnotationException() - Constructor for exception class me.efekos.simpler.exception.InvalidAnnotationException
- 
Constructs a new exception withnullas 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
- 
Returnstrueif 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 ofCommand.playerOnly()and returns it.
- isPlayerOnly() - Method in class me.efekos.simpler.commands.CoreCommand
- 
Grabs the value ofCommand.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 ofCustomItems onItemStacks.
- 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 forCustomItems.
- 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