Server Entity Combat
object ServerEntityCombat
Server entity combat events (after killed other entity).
Types
Link copied to clipboard
data class AfterKilledOtherEntityArg(val world: ServerLevel, val entity: Entity, val killedEntity: LivingEntity, val source: DamageSource)