Uses of Class
de.marcely.bedwars.api.arena.picker.condition.ArenaConditionGroup
Package
Description
-
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