A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
I
- init(org.bukkit.Server,org.bukkit.plugin.PluginDescriptionFile,java.io.File,java.io.File,java.lang.ClassLoader,io.papermc.paper.plugin.configuration.PluginMeta,java.util.logging.Logger) - function in org.bukkit.plugin.java.JavaPlugin
- init(org.bukkit.plugin.PluginLoader,org.bukkit.Server,org.bukkit.plugin.PluginDescriptionFile,java.io.File,java.io.File,java.lang.ClassLoader) - function in org.bukkit.plugin.java.JavaPlugin
- initCause(java.lang.Throwable) - function in kotlin.Throwable
- IntegerArgument - class in com.undefined.stellar.argument.basic
- An argument that allows you to type any valid int (i.e.
- IntRangeArgument - class in com.undefined.stellar.argument.math
- An argument that allows you to pass in a valid integer range (e.g.
- invoke(com.undefined.stellar.data.argument.CommandContext) - function in com.undefined.stellar.data.execution.ExecutableExecution
- invoke(com.undefined.stellar.data.argument.CommandContext) - function in com.undefined.stellar.data.execution.ExecutableRunnable
- invoke(com.undefined.stellar.data.argument.CommandContext) - function in com.undefined.stellar.data.execution.StellarExecution
- invoke(com.undefined.stellar.data.argument.CommandContext) - function in com.undefined.stellar.data.execution.StellarRunnable
- invoke(com.undefined.stellar.data.phrase.PhraseCommandContext) - function in com.undefined.stellar.data.phrase.PhraseExecutableExecution
- invoke(com.undefined.stellar.data.phrase.PhraseCommandContext) - function in com.undefined.stellar.data.phrase.PhraseExecutableRunnable
- invoke(com.undefined.stellar.data.phrase.PhraseCommandContext) - function in com.undefined.stellar.data.phrase.PhraseExecution
- invoke(com.undefined.stellar.argument.phrase.WordArgument) - function in com.undefined.stellar.data.phrase.PhraseFunction
- invoke(com.undefined.stellar.data.phrase.PhraseCommandContext) - function in com.undefined.stellar.data.phrase.PhraseRunnable
- invoke(com.undefined.stellar.data.phrase.PhraseCommandContext) - function in com.undefined.stellar.data.phrase.SimplePhraseSuggestion
- invoke(org.bukkit.command.CommandSender) - function in com.undefined.stellar.data.requirement.ExecutableRequirement
- invoke(C) - function in com.undefined.stellar.data.requirement.StellarRequirement
- invoke(com.undefined.stellar.data.argument.CommandContext,java.lang.String) - function in com.undefined.stellar.data.suggestion.SimpleStellarSuggestion
- invoke(com.undefined.stellar.data.argument.CommandContext,java.lang.String) - function in com.undefined.stellar.data.suggestion.StellarSuggestion
- isEnabled() - function in org.bukkit.plugin.java.JavaPlugin
- isNaggable() - function in org.bukkit.plugin.java.JavaPlugin
- ItemSlotArgument - class in com.undefined.stellar.argument.item
- An argument that returns either an
int
or a List ofint
, representing a specific slot in any type of inventory. - ItemStackArgument - class in com.undefined.stellar.argument.item
- An argument that returns an ItemStack, which people can modify by specifying its material and item components (<item_id><list of components>).
- ItemStackPredicateArgument - class in com.undefined.stellar.argument.item
- Returns Predicate of ItemStack, which people can modify by specifying its material and item components (<item_type><list of tests>).