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 CommandsCollectionBedwarsAddon.getCommandsRoot()Returns the CommandsCollection that's bound to this addon.static CommandsCollectionBedwarsAPI.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 CommandsCollectionCommandsCollection.addCommandsCollection(String name) Adds a new collection to this collection@Nullable CommandsCollectionSubCommand.getParent()A command must be added into a collection otherwise it's not accessible.