Class InGameHudMountTemperatureMixin

java.lang.Object
com.github.thedeathlycow.thermoo.mixin.client.InGameHudMountTemperatureMixin

public abstract class InGameHudMountTemperatureMixin extends Object
For the mount health bar. For the player health bar see InGameHudPlayerTemperatureMixin
  • 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)