Class InGameHudMountTemperatureMixin
java.lang.Object
com.github.thedeathlycow.thermoo.mixin.client.InGameHudMountTemperatureMixin
For the mount health bar. For the player health bar see
InGameHudPlayerTemperatureMixin-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract net.minecraft.world.entity.player.Playerprotected abstract net.minecraft.world.entity.LivingEntityprotected abstract intgetVehicleMaxHearts(@Nullable net.minecraft.world.entity.LivingEntity entity)
-
Constructor Details
-
InGameHudMountTemperatureMixin
public InGameHudMountTemperatureMixin()
-
-
Method Details
-
getPlayerVehicleWithHealth
protected abstract net.minecraft.world.entity.LivingEntity getPlayerVehicleWithHealth() -
getCameraPlayer
protected abstract net.minecraft.world.entity.player.Player getCameraPlayer() -
getVehicleMaxHearts
protected abstract int getVehicleMaxHearts(@Nullable @Nullable net.minecraft.world.entity.LivingEntity entity)
-