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.event.events
/
EntityHealthUpdateEvent
Entity
Health
Update
Event
class
EntityHealthUpdateEvent
(
val
entity
:
LivingEntity
,
val
old
:
Float
,
val
new
:
Float
,
val
max
:
Float
)
:
Event
Members
Constructors
Entity
Health
Update
Event
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
old
:
Float
,
new
:
Float
,
max
:
Float
)
Properties
entity
Link copied to clipboard
val
entity
:
LivingEntity
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
max
Link copied to clipboard
val
max
:
Float
new
Link copied to clipboard
val
new
:
Float
old
Link copied to clipboard
val
old
:
Float