DamageConstellation

data class DamageConstellation(val entity: LivingEntity, val pos: BlockPos, val crystal: Vec3, val requestingSubmodule: CrystalAuraDamageOptions.RequestingSubmodule) : Record

Constructors

Link copied to clipboard
constructor(entity: LivingEntity, pos: BlockPos, crystal: Vec3, requestingSubmodule: CrystalAuraDamageOptions.RequestingSubmodule)

Properties

Link copied to clipboard
val crystal: Vec3
Link copied to clipboard
val entity: LivingEntity
Link copied to clipboard
val pos: BlockPos