Class GuiMountTemperatureMixin
java.lang.Object
com.github.thedeathlycow.thermoo.mixin.client.GuiMountTemperatureMixin
For the mount health bar. For the player health bar see
GuiPlayerTemperatureMixin-
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
-
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)
-