Uses of Class
de.marcely.bedwars.api.arena.picker.condition.variable.ArenaConditionVariableValue
Packages that use ArenaConditionVariableValue
Package
Description
Classes used to specify the criteria for an arena used by ArenaPickers.
Classes related to handling variables for different arena conditions
-
Uses of ArenaConditionVariableValue in de.marcely.bedwars.api.arena.picker.condition
Constructors in de.marcely.bedwars.api.arena.picker.condition with parameters of type ArenaConditionVariableValueModifierConstructorDescriptionArenaConditionComparative
(ArenaConditionVariable<?> variable, ArenaConditionComparisonOperator comparisonOperator, ArenaConditionVariableValue<?> validatingValue) -
Uses of ArenaConditionVariableValue in de.marcely.bedwars.api.arena.picker.condition.variable
Classes in de.marcely.bedwars.api.arena.picker.condition.variable with type parameters of type ArenaConditionVariableValueModifier and TypeClassDescriptionclass
ArenaConditionVariable<T extends ArenaConditionVariableValue<?>>
Represents a variable that persists of a name and a type and is able to fetch a specific property of an arena at any time.Modifier and TypeClassDescriptionclass
Represents a numberic condition value.class
Represents a condition value of the type String.Methods in de.marcely.bedwars.api.arena.picker.condition.variable that return ArenaConditionVariableValueModifier and TypeMethodDescriptionFetches the value of a local arena.ArenaConditionInput.getValue
(RemoteArena arena) Fetches the value of a remote arena.Methods in de.marcely.bedwars.api.arena.picker.condition.variable with parameters of type ArenaConditionVariableValueModifier and TypeMethodDescriptionboolean
ArenaConditionVariableValue.check
(ArenaConditionComparisonOperator operator, ArenaConditionVariableValue<?> secondValue) Automatically executes the correct operation method given the passed operator.static ArenaConditionInput
ArenaConditionInput.of
(ArenaConditionVariableValue<?> value) Creates a new instance of this class with a value.