JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
M
R
C
Commodore
- Interface in
me.lucko.commodore
Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
CommodoreProvider
- Class in
me.lucko.commodore
Factory for obtaining instances of
Commodore
.
G
getAliases(Command)
- Static method in interface me.lucko.commodore.
Commodore
Gets all of the aliases known for the given command.
getCommodore(Plugin)
- Static method in class me.lucko.commodore.
CommodoreProvider
Obtains a
Commodore
instance for the given plugin.
getDispatcher()
- Method in interface me.lucko.commodore.
Commodore
Gets the current command dispatcher instance.
getRegisteredNodes()
- Method in interface me.lucko.commodore.
Commodore
Gets a list of all nodes registered to the
CommandDispatcher
by this instance.
I
isSupported()
- Static method in class me.lucko.commodore.
CommodoreProvider
Checks to see if the Brigadier command system is supported by the server.
M
me.lucko.commodore
- package me.lucko.commodore
R
register(LiteralCommandNode<?>)
- Method in interface me.lucko.commodore.
Commodore
Registers the provided argument data to the dispatcher.
register(LiteralArgumentBuilder<?>)
- Method in interface me.lucko.commodore.
Commodore
Registers the provided argument data to the dispatcher.
register(Command, LiteralCommandNode<?>)
- Method in interface me.lucko.commodore.
Commodore
Registers the provided argument data to the dispatcher, against all aliases defined for the
command
.
register(Command, LiteralArgumentBuilder<?>)
- Method in interface me.lucko.commodore.
Commodore
Registers the provided argument data to the dispatcher, against all aliases defined for the
command
.
C
G
I
M
R
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.