Class PlayerEnvironmentEvents
java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.event.PlayerEnvironmentEvents
Deprecated.
Events relevant to player ticking and passive temperature changes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PlayerEnvironmentEvents.TemperatureChangeEventCallback> Deprecated. -
Method Summary
-
Field Details
-
CAN_APPLY_PASSIVE_TEMPERATURE_CHANGE
@Deprecated public static final net.fabricmc.fabric.api.event.Event<PlayerEnvironmentEvents.TemperatureChangeEventCallback> CAN_APPLY_PASSIVE_TEMPERATURE_CHANGEDeprecated.Called to check that a player is vulnerable to passive temperature changes.If any listener returns anything other than
TriState.DEFAULT, then further processing is cancelled and the event will return that value.By default, this event returns
TriState.TRUE
-
ServerPlayerEnvironmentTickEvents