Class GuiMountTemperatureMixin

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

public abstract class GuiMountTemperatureMixin extends Object
For the mount health bar. For the player health bar see GuiPlayerTemperatureMixin
  • Constructor Details

    • GuiMountTemperatureMixin

      public GuiMountTemperatureMixin()
  • 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)