Class DamageTemperatureEffect

java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.effects.TemperatureEffect<DamageTemperatureEffect.Config>
com.github.thedeathlycow.thermoo.api.temperature.effects.DamageTemperatureEffect

public final class DamageTemperatureEffect extends TemperatureEffect<DamageTemperatureEffect.Config>
Applies damage to LivingEntitys when their temperature scale is within a given range. The amount and interval of the damage pulses can be configured, as well as the damage type. However, the DamageSource applied only stores the type - the direct source entity, attacker, and position are all null.