Package com.zetaplugins.timberz.commands
Class TimberZCommand
java.lang.Object
com.zetaplugins.timberz.commands.TimberZCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.tree.LiteralCommandNode
<io.papermc.paper.command.brigadier.CommandSourceStack> buildRootCommand
(String commandName) Builds the root command for TimberZ.
-
Constructor Details
-
TimberZCommand
-
-
Method Details
-
buildRootCommand
public com.mojang.brigadier.tree.LiteralCommandNode<io.papermc.paper.command.brigadier.CommandSourceStack> buildRootCommand(String commandName) Builds the root command for TimberZ.- Parameters:
commandName
- the name of the command, e.g., "timberz"- Returns:
- a LiteralCommandNode representing the root command
-