Interface PlayerAvailableCommandsEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
PlayerAvailableCommandsEventImpl
public interface PlayerAvailableCommandsEvent extends Event
Allows plugins to modify the packet indicating commands available on the server to a Minecraft 1.13+ client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Playerplayer()com.mojang.brigadier.tree.RootCommandNode<?>rootNode()
-
-
-
Method Detail
-
player
Player player()
-
rootNode
com.mojang.brigadier.tree.RootCommandNode<?> rootNode()
-
-