Uses of Enum Class
net.minecraft.client.gui.hud.InGameHud.HeartType
-
Uses of InGameHud.HeartType in net.minecraft.client.gui.hud
Modifier and TypeMethodDescription(package private) static InGameHud.HeartType
InGameHud.HeartType.fromPlayerState
(PlayerEntity player) static InGameHud.HeartType
Returns the enum constant of this class with the specified name.static InGameHud.HeartType[]
InGameHud.HeartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
InGameHud.drawHeart
(MatrixStack matrices, InGameHud.HeartType type, int x, int y, int v, boolean blinking, boolean halfHeart)