A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
R
- register(CommandDispatcher,String,Function1) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.BrigadierDslKt
- Registers a command under command as the name.
- register(ArgumentBuilder,Function2) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.CommandArgument
- Registers the argument on the parentBuilder.
- register(ArgumentBuilder,Function2) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.CommandArgument.Optional
- Registers the argument on the parentBuilder as an optional argument and further configures the resulting subcommands with the given action.
- register(ArgumentBuilder,Function2) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.CommandArgument.Required
- Registers the argument on the parentBuilder as a required argument and further configures the resulting subcommand with the given action.
- RegistryAction - class in org.quiltmc.qkl.wrapper.minecraft.registry
- Represents an action with a registry.
- RegistryDsl - class in org.quiltmc.qkl.wrapper.minecraft.registry
- Registry DSL class, used to register objects more cleanly.
- RegistryDslKt - class in org.quiltmc.qkl.wrapper.minecraft.registry
- RegistryObject - class in org.quiltmc.qkl.wrapper.minecraft.registry
- A RegistryObject with a name parameter, registers under your modid.
- required() - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.ArgumentConstructor
- Converts this constructor into a required argument.
- required(ArgumentBuilder,ArgumentConstructor,Function2) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.ArgumentConstructorKt
- Registers the argument specified by the constructor as a required argument and further configures the resulting subcommand with the given action.
- required(ArgumentBuilder,ArgumentConstructor,ArgumentConstructor,Function3) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.util.RequiredChainKt
- Shorthand allowing registering multiple required arguments at once, with no branches between them.
- required(ArgumentBuilder,ArgumentConstructor,ArgumentConstructor,ArgumentConstructor,Function4) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.util.RequiredChainKt
- Shorthand allowing registering multiple required arguments at once, with no branches between them.
- RequiredChainKt - class in org.quiltmc.qkl.wrapper.minecraft.brigadier.util
- requiredEntityArg(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the collection of entities from the argument in the receiver ArgumentReader.
- requiredPlayerArg(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the collection of players from the argument in the receiver ArgumentReader.
- requireLoaded(ArgumentReader) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Reads the BlockPos value from the argument in the receiver ArgumentReader.
- rotation(String) - function in org.quiltmc.qkl.wrapper.minecraft.brigadier.argument.ArgumentsKt
- Creates a rotation argument with name as the parameter name.