A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
- absoluteRotationArg(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the Vec2f value from the argument in the receiver ArgumentReader, converting the contained PosArgument to an absolute rotation.
- angle(String) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Creates an angle argument with name as the parameter name.
- argument(String,A) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.ArgumentConstructorKt
- Creates an argument of the specified argumentType with the specified parameter name and a DefaultArgumentDescriptor for the argument type used.
- argument(String,A,D) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.ArgumentConstructorKt
- Creates an argument of the specified argumentType with the specified parameter name and argumentDescriptor.
- ArgumentConstructor - class in org.quiltmc.qkl.wrapper.minecraft.brigadier
- Class containing all data necessary to construct an optional or required argument.
- ArgumentConstructorKt - class in org.quiltmc.qkl.wrapper.minecraft.brigadier
- ArgumentDescriptor - class in org.quiltmc.qkl.wrapper.minecraft.brigadier
- A marker interface for any object or class that describes a subtype of the argument type A.
- ArgumentReader - class in org.quiltmc.qkl.wrapper.minecraft.brigadier
- Argument readers are a general access point for obtaining argument values from the command context.
- ArgumentsKt - class in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument
- asAdvancement(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the Identifier value from the argument in the receiver ArgumentReader as an Advancement.
- asItemModifier(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the Identifier value from the argument in the receiver ArgumentReader as a LootFunction.
- asPredicate(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the Identifier value from the argument in the receiver ArgumentReader as a LootCondition.
- asRecipe(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the Identifier value from the argument in the receiver ArgumentReader as a Recipe.