Package de.kentoj.kencommandapi
Class BukkitKenCommand
java.lang.Object
org.bukkit.command.Command
de.kentoj.kencommandapi.BukkitKenCommand
public class BukkitKenCommand
extends org.bukkit.command.Command
-
Field Summary
Fields inherited from class org.bukkit.command.Command
description, timings, usageMessage -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBukkitKenCommand(de.kentoj.kencommandapi.api.KenCommandApi<org.bukkit.command.CommandSender, BukkitCommandContext> commandManager, de.kentoj.kencommandapi.api.structure.node.CommandNode<org.bukkit.command.CommandSender, BukkitCommandContext> rootNode) -
Method Summary
Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
BukkitKenCommand
protected BukkitKenCommand(de.kentoj.kencommandapi.api.KenCommandApi<org.bukkit.command.CommandSender, BukkitCommandContext> commandManager, de.kentoj.kencommandapi.api.structure.node.CommandNode<org.bukkit.command.CommandSender, BukkitCommandContext> rootNode)
-
-
Method Details