Package-level declarations
Types
Link copied to clipboard
If you are using Kotlin, you can use this class to create Brigadier commands Kotlin-style.
Link copied to clipboard
class RegistryCommandArgument<T : Keyed>(registry: PylonRegistry<T>) : CustomArgumentType.Converted<T, NamespacedKey>
Functions
Link copied to clipboard
inline fun buildCommand(name: String, block: CommandBuilder.() -> Unit): LiteralCommandNode<CommandSourceStack>
Link copied to clipboard