Class GuiPasswordTextField
- java.lang.Object
-
- net.minecraft.client.gui.Gui
-
- net.minecraft.client.gui.GuiTextField
-
- net.lax1dude.eaglercraft.v1_8.profile.GuiPasswordTextField
-
public class GuiPasswordTextField extends GuiTextField
Copyright (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Field Summary
-
Fields inherited from class net.minecraft.client.gui.GuiTextField
text, xPosition, yPosition
-
Fields inherited from class net.minecraft.client.gui.Gui
icons, optionsBackground, statIcons, zLevel
-
-
Constructor Summary
Constructors Constructor Description GuiPasswordTextField(int componentId, FontRenderer fontrendererObj, int x, int y, int par5Width, int par6Height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawTextBox()
+ Draws the textboxvoid
mouseClicked(int parInt1, int parInt2, int parInt3)
+ Args: x, y, buttonClickedstatic java.lang.String
stars(int len)
-
Methods inherited from class net.minecraft.client.gui.GuiTextField
deleteFromCursor, deleteWords, func_146197_a, func_175205_a, func_175207_a, getCursorPosition, getEnableBackgroundDrawing, getId, getMaxStringLength, getNthWordFromCursor, getNthWordFromPos, getSelectedText, getSelectionEnd, getText, getVisible, getWidth, isFocused, moveCursorBy, setCanLoseFocus, setCursorPosition, setCursorPositionEnd, setCursorPositionZero, setDisabledTextColour, setEnableBackgroundDrawing, setEnabled, setFocused, setMaxStringLength, setSelectionPos, setText, setTextColor, setVisible, textboxKeyTyped, updateCursorCounter, updateText, writeText
-
Methods inherited from class net.minecraft.client.gui.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
-
-
-
-
Constructor Detail
-
GuiPasswordTextField
public GuiPasswordTextField(int componentId, FontRenderer fontrendererObj, int x, int y, int par5Width, int par6Height)
-
-
Method Detail
-
drawTextBox
public void drawTextBox()
Description copied from class:GuiTextField
+ Draws the textbox- Overrides:
drawTextBox
in classGuiTextField
-
mouseClicked
public void mouseClicked(int parInt1, int parInt2, int parInt3)
Description copied from class:GuiTextField
+ Args: x, y, buttonClicked- Overrides:
mouseClicked
in classGuiTextField
-
stars
public static java.lang.String stars(int len)
-
-