Package | Description |
---|---|
net.minecraft.client.gui | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.util.UUID,BossInfoClient> |
GuiBossOverlay.mapBossInfos |
Modifier and Type | Method and Description |
---|---|
static RenderGameOverlayEvent.BossInfo |
ForgeHooksClient.bossBarRenderPre(ScaledResolution res,
BossInfoClient bossInfo,
int x,
int y,
int increment) |
Modifier and Type | Field and Description |
---|---|
private BossInfoClient |
RenderGameOverlayEvent.BossInfo.bossInfo |
Modifier and Type | Method and Description |
---|---|
BossInfoClient |
RenderGameOverlayEvent.BossInfo.getBossInfo() |
Constructor and Description |
---|
BossInfo(RenderGameOverlayEvent parent,
RenderGameOverlayEvent.ElementType type,
BossInfoClient bossInfo,
int x,
int y,
int increment) |