LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.kotlin
/
PriorityField
Priority
Field
class
PriorityField
<
T
>
(
value
:
T
,
currentPriority
:
Priority
)
Returns the value of the set operation with the highest priority
Members
Constructors
Priority
Field
Link copied to clipboard
constructor
(
value
:
T
,
currentPriority
:
Priority
)
Properties
value
Link copied to clipboard
var
value
:
T
Functions
try
Set
Link copied to clipboard
fun
trySet
(
value
:
T
,
priority
:
Priority
)