Uses of Class
de.marcely.bedwars.api.arena.picker.condition.ArenaConditionGroup
Packages that use ArenaConditionGroup
Package
Description
Tools that can be used to filter out arenas based on certain criteria.
Classes relevant to the in game shop.
Classes relevant to the in game team upgrade shop.
-
Uses of ArenaConditionGroup in de.marcely.bedwars.api.arena.picker
Methods in de.marcely.bedwars.api.arena.picker that return ArenaConditionGroupModifier and TypeMethodDescriptionArenaPicker.getCondition()
The condition filters arena.ArenaPickerAPI.parseCondition
(String string) Parses the condition.Constructors in de.marcely.bedwars.api.arena.picker with parameters of type ArenaConditionGroup -
Uses of ArenaConditionGroup in de.marcely.bedwars.api.game.shop
Methods in de.marcely.bedwars.api.game.shop that return ArenaConditionGroupModifier and TypeMethodDescription@Nullable ArenaConditionGroup
ShopItem.getRestriction()
The ArenaConditionGroup that controls what arenas this ShopItem is visible in.@Nullable ArenaConditionGroup
ShopPage.getRestriction()
The ArenaConditionGroup that controls what arenas this ShopPage is visible in.Methods in de.marcely.bedwars.api.game.shop with parameters of type ArenaConditionGroupModifier and TypeMethodDescriptionvoid
ShopItem.setRestriction
(@Nullable ArenaConditionGroup restriction) Lets you restrict this ShopItem, so only be available in certain arenasvoid
ShopPage.setRestriction
(@Nullable ArenaConditionGroup restriction) Lets you restrict this ShopPage, so only be available in certain arenas -
Uses of ArenaConditionGroup in de.marcely.bedwars.api.game.upgrade
Methods in de.marcely.bedwars.api.game.upgrade that return ArenaConditionGroupModifier and TypeMethodDescription@Nullable ArenaConditionGroup
Upgrade.getRestriction()
The ArenaConditionGroup that controls what arenas this Upgrade is visible in.Methods in de.marcely.bedwars.api.game.upgrade with parameters of type ArenaConditionGroupModifier and TypeMethodDescriptionvoid
Upgrade.setRestriction
(@Nullable ArenaConditionGroup restriction) Lets you restrict this Upgrade, so only be available in certain arenas -
Uses of ArenaConditionGroup in de.marcely.bedwars.api.world.hologram.controller
Methods in de.marcely.bedwars.api.world.hologram.controller that return types with arguments of type ArenaConditionGroupModifier and TypeMethodDescription@Nullable LazyReference
<ArenaConditionGroup> ArenasGUIController.getArenasCondition()
Get the condition that may optionally be used to limit the arenas shown in the GUI.Methods in de.marcely.bedwars.api.world.hologram.controller with parameters of type ArenaConditionGroupModifier and TypeMethodDescriptionvoid
ArenasGUIController.setArenasCondition
(@Nullable ArenaConditionGroup condition) Set your own condition that may optionally be used to limit the arenas shown in the GUI.