public class GuiIngameForge extends GuiIngame
Modifier and Type | Field and Description |
---|---|
static int |
left_height |
static boolean |
renderAir |
static boolean |
renderArmor |
static boolean |
renderBossHealth |
static boolean |
renderCrosshairs |
static boolean |
renderExperiance |
static boolean |
renderFood |
static boolean |
renderHealth |
static boolean |
renderHealthMount |
static boolean |
renderHelmet |
static boolean |
renderHotbar |
static boolean |
renderJumpBar |
static boolean |
renderObjective |
static boolean |
renderPortal |
static int |
right_height |
highlightingItemStack, itemRenderer, mc, persistantChatGUI, prevVignetteBrightness, pumpkinBlurTexPath, rand, recordIsPlaying, recordPlaying, recordPlayingUpFor, remainingHighlightTicks, updateCounter, vignetteTexPath, widgetsTexPath
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiIngameForge(Minecraft mc) |
Modifier and Type | Method and Description |
---|---|
ScaledResolution |
getResolution() |
protected void |
renderAir(int width,
int height) |
protected void |
renderArmor(int width,
int height) |
protected void |
renderBossHealth() |
protected void |
renderChat(int width,
int height) |
protected void |
renderCrosshairs(int width,
int height) |
protected void |
renderExperience(int width,
int height) |
void |
renderFood(int width,
int height) |
void |
renderGameOverlay(float partialTicks,
boolean hasScreen,
int mouseX,
int mouseY) |
void |
renderHealth(int width,
int height) |
protected void |
renderHealthMount(int width,
int height) |
protected void |
renderHotbar(int width,
int height,
float partialTicks) |
protected void |
renderHUDText(int width,
int height) |
protected void |
renderJumpBar(int width,
int height) |
protected void |
renderPlayerList(int width,
int height) |
protected void |
renderPortal(int width,
int height,
float partialTicks) |
protected void |
renderRecordOverlay(int width,
int height,
float partialTicks) |
protected void |
renderSleepFade(int width,
int height) |
protected void |
renderToolHightlight(int width,
int height) |
func_110326_a, func_110327_a, func_130015_b, func_96136_a, getChatGUI, getUpdateCounter, renderInventorySlot, renderPumpkinBlur, renderVignette, setRecordPlayingMessage, updateTick
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a
public static boolean renderHelmet
public static boolean renderPortal
public static boolean renderHotbar
public static boolean renderCrosshairs
public static boolean renderBossHealth
public static boolean renderHealth
public static boolean renderArmor
public static boolean renderFood
public static boolean renderHealthMount
public static boolean renderAir
public static boolean renderExperiance
public static boolean renderJumpBar
public static boolean renderObjective
public static int left_height
public static int right_height
public GuiIngameForge(Minecraft mc)
public void renderGameOverlay(float partialTicks, boolean hasScreen, int mouseX, int mouseY)
renderGameOverlay
in class GuiIngame
public ScaledResolution getResolution()
protected void renderHotbar(int width, int height, float partialTicks)
protected void renderCrosshairs(int width, int height)
protected void renderBossHealth()
renderBossHealth
in class GuiIngame
protected void renderArmor(int width, int height)
protected void renderPortal(int width, int height, float partialTicks)
protected void renderAir(int width, int height)
public void renderHealth(int width, int height)
public void renderFood(int width, int height)
protected void renderSleepFade(int width, int height)
protected void renderExperience(int width, int height)
protected void renderJumpBar(int width, int height)
protected void renderToolHightlight(int width, int height)
protected void renderHUDText(int width, int height)
protected void renderRecordOverlay(int width, int height, float partialTicks)
protected void renderChat(int width, int height)
protected void renderPlayerList(int width, int height)
protected void renderHealthMount(int width, int height)