Uses of Class
de.marcely.bedwars.api.exception.ArenaConditionParseException
Packages that use ArenaConditionParseException
Package
Description
Tools that can be used to filter out arenas based on certain criteria.
- 
Uses of ArenaConditionParseException in de.marcely.bedwars.api.arena.pickerMethods in de.marcely.bedwars.api.arena.picker that throw ArenaConditionParseExceptionModifier and TypeMethodDescriptionArenaPickerAPI.getArenasByCondition(String string) Parses the given condition and returns all arenas for which the condition applies to.ArenaPickerAPI.parseCondition(String string) Parses the condition.ArenaPickerAPI.parsePicker(String string) Parses the picker.