A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
P
- parseArgument(com.mojang.brigadier.context.CommandContext,com.undefined.stellar.AbstractStellarArgument) - function in com.undefined.stellar.nms.NMS
- parseArgument(com.mojang.brigadier.context.CommandContext,com.undefined.stellar.AbstractStellarArgument) - function in com.undefined.stellar.v1_21_4.NMS1_21_4
- parseInternal(org.bukkit.command.CommandSender,java.lang.Object) - function in com.undefined.stellar.argument.list.ListArgument
- parseInternal(org.bukkit.command.CommandSender,java.lang.Object) - function in com.undefined.stellar.argument.list.ListArgument
- parseInternal(org.bukkit.command.CommandSender,java.lang.Object) - function in com.undefined.stellar.argument.list.ListArgument
- ParticleArgument - class in com.undefined.stellar.argument.world
- An argument that allows you to pass in a Particle, in the format of
particle_type_id{configuration tags}
for particle types with configurations, or the format ofparticle_type_id
for particle types without configurations. - ParticleData - class in com.undefined.stellar.data.argument
- Represents a class containing the particle and the options of that particle, if any.
- PermissionLevel - class in com.undefined.stellar.data.requirement
- An object class with properties each representing a Minecraft Permission Level.
- PHRASE - enum entry in com.undefined.stellar.argument.basic.StringType
Allows you to type anything you wish, including spaces, hence the phrase. Any arguments after this will not work.
- PhraseArgument - class in com.undefined.stellar.argument.phrase
- An extension of StringArgument with StringType.PHRASE which allows you to input a phrase and handle each word independently.
- PhraseCommandContext - class in com.undefined.stellar.data.phrase
- The
PhraseCommandContext
class contains information to be used in method calls in run-time with PhraseArgument. - PhraseExecutableExecution - class in com.undefined.stellar.data.phrase
- PhraseExecutableRunnable - class in com.undefined.stellar.data.phrase
- PhraseExecutableSuggestion - class in com.undefined.stellar.data.phrase
- PhraseExecution - class in com.undefined.stellar.data.phrase
- Represents a functional interface used for command executions for WordArgument.
- PhraseFunction - class in com.undefined.stellar.data.phrase
- Represents a functional interface used when creating a WordArgument.
- PhraseRunnable - class in com.undefined.stellar.data.phrase
- Represents a functional interface used for command runnables for WordArgument.
- PLAYER - enum entry in com.undefined.stellar.argument.entity.EntityDisplayType
Allows you to only select one player, while not allowing entities.
- PLAYERS - enum entry in com.undefined.stellar.argument.entity.EntityDisplayType
Allows you to only select any number of players, while not allowing entities.
- PRECISE_LOCATION_2D - enum entry in com.undefined.stellar.argument.world.LocationType
Must be two-dimensional coordinates with double-precision floating-point number elements. Accepts tilde notation.
- PRECISE_LOCATION_3D - enum entry in com.undefined.stellar.argument.world.LocationType
Must be three-dimensional coordinates with double-precision floating-point number elements. Accepts tilde and caret notations.
- printStackTrace() - function in kotlin.Throwable
- printStackTrace(java.io.PrintStream) - function in kotlin.Throwable
- printStackTrace(java.io.PrintWriter) - function in kotlin.Throwable