AfterKilledOtherEntityArg

data class AfterKilledOtherEntityArg(val world: ServerLevel, val entity: Entity, val killedEntity: LivingEntity, val source: DamageSource)

Constructors

Link copied to clipboard
constructor(world: ServerLevel, entity: Entity, killedEntity: LivingEntity, source: DamageSource)

Properties

Link copied to clipboard
val entity: Entity
Link copied to clipboard
val killedEntity: LivingEntity
Link copied to clipboard
val source: DamageSource
Link copied to clipboard
val world: ServerLevel