Uses of Interface
de.marcely.bedwars.api.arena.picker.ArenaSelector
Packages that use ArenaSelector
Package
Description
Tools that can be used to filter out arenas based on certain criteria.
-
Uses of ArenaSelector in de.marcely.bedwars.api.arena.picker
Methods in de.marcely.bedwars.api.arena.picker that return ArenaSelectorModifier and TypeMethodDescription@Nullable ArenaSelector
ArenaSelectorType.getInstance()
Returns the effective logic object of the given type.ArenaPicker.getSelector()
Returns the selector.@Nullable ArenaSelector
ArenaPickerAPI.getSelectorByName
(String name) Tries to find a selector given by its name.Methods in de.marcely.bedwars.api.arena.picker that return types with arguments of type ArenaSelectorModifier and TypeMethodDescriptionArenaPickerAPI.getSelectors()
Gets the instances of all registered selectors.Methods in de.marcely.bedwars.api.arena.picker with parameters of type ArenaSelectorModifier and TypeMethodDescriptionboolean
ArenaPickerAPI.isSelectorRegistered
(ArenaSelector selector) Find out whether a selector is currently registeredboolean
ArenaPickerAPI.registerSelector
(ArenaSelector selector) Tries to register a new selector instance.boolean
ArenaPickerAPI.unregisterSelector
(ArenaSelector selector) Tries to unregister the given selector instance.Constructors in de.marcely.bedwars.api.arena.picker with parameters of type ArenaSelector