public class GuiBossOverlay extends Gui
Modifier and Type | Field and Description |
---|---|
private Minecraft |
client |
private static ResourceLocation |
GUI_BARS_TEXTURES |
private java.util.Map<java.util.UUID,BossInfoClient> |
mapBossInfos |
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiBossOverlay(Minecraft clientIn) |
Modifier and Type | Method and Description |
---|---|
void |
clearBossInfos() |
void |
read(SPacketUpdateBossInfo packetIn) |
private void |
render(int x,
int y,
BossInfo info) |
void |
renderBossHealth() |
boolean |
shouldCreateFog() |
boolean |
shouldDarkenSky() |
boolean |
shouldPlayEndBossMusic() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
private static final ResourceLocation GUI_BARS_TEXTURES
private final Minecraft client
private final java.util.Map<java.util.UUID,BossInfoClient> mapBossInfos
public GuiBossOverlay(Minecraft clientIn)
public void renderBossHealth()
private void render(int x, int y, BossInfo info)
public void read(SPacketUpdateBossInfo packetIn)
public void clearBossInfos()
public boolean shouldPlayEndBossMusic()
public boolean shouldDarkenSky()
public boolean shouldCreateFog()