Package com.github.thedeathlycow.thermoo.api.temperature.effects
package com.github.thedeathlycow.thermoo.api.temperature.effects
Contains classes related to temperature effects
-
ClassDescriptionA temperature effect that applies an attribute modifier to a victim.Represents a configured instance of a
TemperatureEffecttype.Applies damage toLivingEntitys when their temperature scale is within a given range.Represents an 'empty' temperature effect that is never applied and does nothing.A temperature effect that applies an attribute modifier to a victim that increases in strength with respect to the current temperature scale, as computed byTemperatureAware.thermoo$getTemperatureScale()Applies multiple child temperature effects at once.AppliesStatusEffects toLivingEntitys if their temperature scale is within a given range.A temperature effect is some effect that is applied to aLivingEntitybased on their current temperature, as determined byTemperatureAware.A container class that contains all the various temperature effect types provided by Thermoo.