Class SequenceTemperatureEffect

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

public class SequenceTemperatureEffect extends TemperatureEffect<SequenceTemperatureEffect.Config>
Applies multiple child temperature effects at once. Useful for when you want to apply several different temperature effects under the same base set of conditions, without the overhead of checking those conditions multiple times.