1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.data
/
Condition
/
PlayerVariableRequirement
Player
Variable
Requirement
data
class
PlayerVariableRequirement
(
val
variable
:
String
,
val
op
:
Comparison
,
val
value
:
StatValue
,
val
fallbackValue
:
StatValue
?
=
null
)
:
Condition.VariableRequirement
Members
Constructors
Player
Variable
Requirement
Link copied to clipboard
constructor
(
variable
:
String
,
op
:
Comparison
,
value
:
StatValue
,
fallbackValue
:
StatValue
?
=
null
)
Properties
fallback
Value
Link copied to clipboard
val
fallbackValue
:
StatValue
?
holder
Link copied to clipboard
val
holder
:
VariableHolder
inverted
Link copied to clipboard
var
inverted
:
Boolean
op
Link copied to clipboard
val
op
:
Comparison
value
Link copied to clipboard
val
value
:
StatValue
variable
Link copied to clipboard
val
variable
:
String