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.entity.player.PlayerEntityprotected abstract intgetHeartCount(@Nullable net.minecraft.entity.LivingEntity entity) protected abstract net.minecraft.entity.LivingEntity
-
Constructor Details
-
InGameHudMountTemperatureMixin
public InGameHudMountTemperatureMixin()
-
-
Method Details
-
getRiddenEntity
protected abstract net.minecraft.entity.LivingEntity getRiddenEntity() -
getCameraPlayer
protected abstract net.minecraft.entity.player.PlayerEntity getCameraPlayer() -
getHeartCount
protected abstract int getHeartCount(@Nullable @Nullable net.minecraft.entity.LivingEntity entity)
-