Index

B C G I M R 
All Classes and Interfaces|All Packages|Serialized Form

B

BrigadierUnsupportedException - Exception in me.lucko.commodore
Exception thrown when Brigadier is not supported by the server.

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

getCommodore(Plugin) - Static method in class me.lucko.commodore.CommodoreProvider
Obtains a Commodore instance for the given plugin.

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(LiteralArgumentBuilder<?>) - Method in interface me.lucko.commodore.Commodore
Registers the provided argument data to the dispatcher.
register(LiteralCommandNode<?>) - Method in interface me.lucko.commodore.Commodore
Registers the provided argument data to the dispatcher.
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.
register(Command, LiteralArgumentBuilder<?>, Predicate<? super Player>) - Method in interface me.lucko.commodore.Commodore
Registers the provided argument data to the dispatcher, against all aliases defined for the command.
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, LiteralCommandNode<?>, Predicate<? super Player>) - Method in interface me.lucko.commodore.Commodore
Registers the provided argument data to the dispatcher, against all aliases defined for the command.
B C G I M R 
All Classes and Interfaces|All Packages|Serialized Form