Uses of Interface
de.marcely.bedwars.api.command.CommandsCollection
Packages that use CommandsCollection
Package
Description
-
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. -
Uses of CommandsCollection in de.marcely.bedwars.api.unsafe
Methods in de.marcely.bedwars.api.unsafe that return CommandsCollectionModifier and TypeMethodDescriptionabstract CommandsCollection
BedwarsAPILayer.getAddonCommandsCollection(BedwarsAddon addon)
Deprecated.abstract CommandsCollection
BedwarsAPILayer.getRootCommandsCollection()
Deprecated.