A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
M
- Main - class in com.undefined.stellar
- main(kotlin.Array) - function in com.undefined.stellar.Test
- MAXIMUM_VALUE - enum entry in com.undefined.stellar.data.argument.Operation
Returns the highest value of the two:
max(a, b)
.- MessageArgument - class in com.undefined.stellar.argument.text
- An argument that allows you to pass in a phrase, replacing any target selectors (
@s
,@e
, etc. - MirrorArgument - class in com.undefined.stellar.argument.structure
- An argument that allows you to pass in one of the following:
none
,front_back
andleft_right
, returning a Mirror. - MODULO - enum entry in com.undefined.stellar.data.argument.Operation
Represents the modulo operation:
a % b
.- MojangAdapter - class in com.undefined.stellar.data.argument
- MULTIPLE - enum entry in com.undefined.stellar.argument.scoreboard.ScoreHolderType
Allows you to select any number of score holders.
- MULTIPLY - enum entry in com.undefined.stellar.data.argument.Operation
Represents the multiplication operation:
a * b
.