Uses of Class
de.marcely.bedwars.api.arena.picker.condition.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
Modifier and TypeMethodDescriptionArenaPicker.getCondition()
The condition filters arena.ArenaPickerAPI.parseCondition
(String string) Parses the condition. -
Uses of ArenaConditionGroup in de.marcely.bedwars.api.game.shop
Modifier 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.Modifier 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
Modifier and TypeMethodDescription@Nullable ArenaConditionGroup
Upgrade.getRestriction()
The ArenaConditionGroup that controls what arenas this Upgrade is visible in.Modifier 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
Modifier and TypeMethodDescription@Nullable LazyReference
<ArenaConditionGroup> ArenasGUIController.getArenasCondition()
Get the condition that may optionally be used to limit the arenas shown in the GUI.Modifier and TypeMethodDescriptionvoid
ArenasGUIController.setArenasCondition
(@Nullable ArenaConditionGroup condition) Set your own condition that may optionally be used to limit the arenas shown in the GUI.