Uses of Class
de.marcely.bedwars.api.arena.picker.condition.ArenaCondition
Packages that use ArenaCondition
Package
Description
Classes used to specify the criteria for an arena used by ArenaPickers.
-
Uses of ArenaCondition in de.marcely.bedwars.api.arena.picker.condition
Subclasses of ArenaCondition in de.marcely.bedwars.api.arena.picker.conditionModifier and TypeClassDescriptionfinal classRepresents a data object for comparing two inputs with an operator.final classA collection that persists of ArenaCondition to which we are applying logical conjunctions.Methods in de.marcely.bedwars.api.arena.picker.condition that return types with arguments of type ArenaConditionModifier and TypeMethodDescriptionArenaConditionGroup.getChildrens()Gets all childrens that have been aded.Methods in de.marcely.bedwars.api.arena.picker.condition with parameters of type ArenaConditionModifier and TypeMethodDescriptionstatic ArenaConditionGroupArenaConditionGroup.and(ArenaCondition... childs) Constructs a new group with an AND condition.static ArenaConditionGroupArenaConditionGroup.or(ArenaCondition... childs) Constructs a new group with an OR condition.Constructor parameters in de.marcely.bedwars.api.arena.picker.condition with type arguments of type ArenaCondition