A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
O
- ObjectiveArgument - class in com.undefined.stellar.argument.scoreboard
- An argument that allows you to pass in a single word (Allowed characters include: -, +, ., _, A-Z, a-z, and 0-9).
- ObjectiveCriteriaArgument - class in com.undefined.stellar.argument.scoreboard
- Allows you to pass in an objective criterion.
- onCommand(org.bukkit.command.CommandSender,org.bukkit.command.Command,java.lang.String,kotlin.Array) - function in org.bukkit.plugin.java.JavaPlugin
- onDisable() - function in org.bukkit.plugin.java.JavaPlugin
- onEnable() - function in com.undefined.stellar.Main
- OnlinePlayersArgument - class in com.undefined.stellar.argument.list
- An extension of ListArgument using StringArgument as a base.
- onLoad() - function in org.bukkit.plugin.java.JavaPlugin
- onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent) - function in com.undefined.stellar.listener.StellarListener
- onServerCommand(org.bukkit.event.server.ServerCommandEvent) - function in com.undefined.stellar.listener.StellarListener
- onTabComplete(org.bukkit.command.CommandSender,org.bukkit.command.Command,java.lang.String,kotlin.Array) - function in org.bukkit.plugin.java.JavaPlugin
- Operation - class in com.undefined.stellar.data.argument
- Represents an operation (
+=
,-=
), and allows you to calculate the result from twofloat
s. - Operation.Companion - class in com.undefined.stellar.data.argument.Operation
- OperationArgument - class in com.undefined.stellar.argument.math
- An argument that allows you to pass an arithmetic operator, such as
=
or+=
.