Skip to content

@minecraft/server


@minecraft/server / EntityHealAfterEvent

Class: EntityHealAfterEvent ​

Defined in: @minecraft/server/index.d.ts:10400

Contains information related to an entity having been healed.

Properties ​

healedEntity ​

readonly healedEntity: Entity

Defined in: @minecraft/server/index.d.ts:10407

Remarks ​

Entity that was healed.


healing ​

readonly healing: number

Defined in: @minecraft/server/index.d.ts:10413

Remarks ​

Describes the amount of healing.


healSource ​

readonly healSource: EntityHealSource

Defined in: @minecraft/server/index.d.ts:10419

Remarks ​

Information on the source of healing.