Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun entity(type: DamageType, entity: Entity): EntityDamageSource
Link copied to clipboard
abstract fun indirectEntity(type: DamageType, entity: Entity, indirectEntity: Entity): IndirectEntityDamageSource
Link copied to clipboard
abstract fun of(type: DamageType): DamageSource