Uses of Interface
de.marcely.bedwars.api.command.CommandsCollection
Package
Description
-
Uses of CommandsCollection in de.marcely.bedwars.api
Modifier and TypeMethodDescription@Nullable CommandsCollection
BedwarsAddon.getCommandsRoot()
Returns the CommandsCollection that's bound to this addon.static CommandsCollection
BedwarsAPI.getRootCommandsCollection()
Returns the commands collection that contains all sub commands under /bw. -
Uses of CommandsCollection in de.marcely.bedwars.api.command
Modifier and TypeMethodDescription@Nullable CommandsCollection
CommandsCollection.addCommandsCollection
(String name) Adds a new collection to this collection@Nullable CommandsCollection
SubCommand.getParent()
A command must be added into a collection otherwise it's not accessible. -
Uses of CommandsCollection in de.marcely.bedwars.api.unsafe
Modifier and TypeMethodDescriptionabstract CommandsCollection
BedwarsAPILayer.getAddonCommandsCollection
(BedwarsAddon addon) Deprecated.abstract CommandsCollection
BedwarsAPILayer.getRootCommandsCollection()
Deprecated.