Class TreeCommandBuilder<S,CT extends TreeCommandBuilder<S,CT>>
java.lang.Object
de.placeblock.commandapi.core.tree.builder.TreeCommandBuilder<S,CT>
- Direct Known Subclasses:
LiteralTreeCommandBuilder,ParameterTreeCommandBuilder
Author: Placeblock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TreeCommand<S>protected abstract CTgetThis()run(CommandExecutor<S> callback) then(TreeCommandBuilder<S, ?> builder) withDescription(net.kyori.adventure.text.TextComponent description) withPermission(String permission)
-
Constructor Details
-
TreeCommandBuilder
public TreeCommandBuilder()
-
-
Method Details
-
getThis
-
then
-
run
-
withDescription
-
withPermission
-
build
-