Class EmptyTemperatureEffect

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

public final class EmptyTemperatureEffect extends TemperatureEffect<EmptyTemperatureEffect.Config>
Represents an 'empty' temperature effect that is never applied and does nothing.

Primarily used for overriding lower-priority effects of the same identifier in order to disable them.