Uses of Class
de.marcely.bedwars.api.arena.picker.condition.variable.ArenaConditionVariableValue
Package
Description
-
Uses of ArenaConditionVariableValue in de.marcely.bedwars.api.arena.picker.condition
ModifierConstructorDescriptionArenaConditionComparative
(ArenaConditionVariable<?> variable, ArenaConditionComparisonOperator comparisonOperator, ArenaConditionVariableValue<?> validatingValue) -
Uses of ArenaConditionVariableValue in de.marcely.bedwars.api.arena.picker.condition.variable
Modifier 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.Modifier and TypeMethodDescriptionFetches the value of a local arena.ArenaConditionInput.getValue
(RemoteArena arena) Fetches the value of a remote arena.Modifier 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.