Package btw.client.gui
Class LockButton
java.lang.Object
net.minecraft.src.Gui
net.minecraft.src.GuiButton
btw.client.gui.LockButton
-
Field Summary
FieldsFields inherited from class net.minecraft.src.GuiButton
buttonTextures, displayString, drawButton, enabled, field_82253_i, height, id, width, xPosition, yPositionFields inherited from class net.minecraft.src.Gui
icons, optionsBackground, statIcons, zLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawButton(Minecraft minecraft, int drawX, int drawY) Draws this button to the screen.Methods inherited from class net.minecraft.src.GuiButton
func_82251_b, func_82252_a, getHoverState, mouseDragged, mousePressed, mouseReleasedMethods inherited from class net.minecraft.src.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine
-
Field Details
-
isLocked
public boolean isLocked
-
-
Constructor Details
-
LockButton
public LockButton(int id, int x, int y)
-
-
Method Details
-
drawButton
Description copied from class:GuiButtonDraws this button to the screen.- Overrides:
drawButtonin classGuiButton
-