Package net.minecraft.src
Class GuiIngame
java.lang.Object
net.minecraft.src.Gui
net.minecraft.src.GuiIngame
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatPrevious frame vignette brightness (slowly changes by 1% each frame)Fields inherited from class net.minecraft.src.Gui
icons, optionsBackground, statIcons, zLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfunc_110326_a(String par1Str, boolean par2) returns a pointer to the persistant Chat GUI, containing all previous chat messages and suchintstatic booleanbooleanisPosInSpawnBlock(EntityPlayer player, double posX, double posY, double posZ) booleanisPosInSpawnChunkZone(double posX, double posY, double posZ, int iSpawnChunkX, int iSpawnChunkZ, int iChunkRange) voidvoidrenderGameOverlay(float par1, boolean par2, int par3, int par4) Render the ingame overlay with quick icon bar, ...voidrenderGameOverlayWithGuiDisabled(float fSmoothCameraPartialTicks, boolean bScreenActive, int iMouseX, int iMouseY) voidsetRecordPlayingMessage(String par1Str) voidThe update tick for the ingame UIMethods inherited from class net.minecraft.src.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine
-
Field Details
-
prevVignetteBrightness
public float prevVignetteBrightnessPrevious frame vignette brightness (slowly changes by 1% each frame)
-
-
Constructor Details
-
GuiIngame
-
-
Method Details
-
renderGameOverlay
public void renderGameOverlay(float par1, boolean par2, int par3, int par4) Render the ingame overlay with quick icon bar, ... -
updateTick
public void updateTick()The update tick for the ingame UI -
setRecordPlayingMessage
-
func_110326_a
-
getChatGUI
returns a pointer to the persistant Chat GUI, containing all previous chat messages and such -
getUpdateCounter
public int getUpdateCounter() -
renderDebugOverlay
public void renderDebugOverlay() -
renderGameOverlayWithGuiDisabled
public void renderGameOverlayWithGuiDisabled(float fSmoothCameraPartialTicks, boolean bScreenActive, int iMouseX, int iMouseY) -
isPosInSpawnChunkZone
public boolean isPosInSpawnChunkZone(double posX, double posY, double posZ, int iSpawnChunkX, int iSpawnChunkZ, int iChunkRange) -
isPosInSpawnBlock
-
installationIntegrityTest
public static boolean installationIntegrityTest()
-