Uses of Interface
de.marcely.bedwars.api.command.CommandsCollection
Packages that use CommandsCollection
Package
Description
The root package of the MBedwars API
Classes used to implement the MBedwars command system.
-
Uses of CommandsCollection in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api that return CommandsCollectionModifier 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
Methods in de.marcely.bedwars.api.command that return CommandsCollectionModifier 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.