Class PlayerAvailableCommandsEvent
- java.lang.Object
-
- com.velocitypowered.api.event.command.PlayerAvailableCommandsEvent
-
-
Constructor Summary
Constructors Constructor Description PlayerAvailableCommandsEvent(Player player, com.mojang.brigadier.tree.RootCommandNode<?> rootNode)
Constructs an available commands event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Player
getPlayer()
com.mojang.brigadier.tree.RootCommandNode<?>
getRootNode()
-
-
-
Constructor Detail
-
PlayerAvailableCommandsEvent
public PlayerAvailableCommandsEvent(Player player, com.mojang.brigadier.tree.RootCommandNode<?> rootNode)
Constructs an available commands event.- Parameters:
player
- the targeted playerrootNode
- the Brigadier root node
-
-
Method Detail
-
getPlayer
public Player getPlayer()
-
getRootNode
public com.mojang.brigadier.tree.RootCommandNode<?> getRootNode()
-
-