Class PlayerEnvironmentEvents
java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.event.PlayerEnvironmentEvents
Events relevant to player ticking and passive temperature changes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCallback for passive temperature change ticks -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PlayerEnvironmentEvents.BiomeTemperatureChangeTickCallback>Invoked on each player in a biome with a non-zero passive temperature change. -
Method Summary
-
Field Details
-
TICK_BIOME_TEMPERATURE_CHANGE
public static final net.fabricmc.fabric.api.event.Event<PlayerEnvironmentEvents.BiomeTemperatureChangeTickCallback> TICK_BIOME_TEMPERATURE_CHANGEInvoked on each player in a biome with a non-zero passive temperature change.Is not invoked on spectators
-