public class GuiPeek extends TCGScreenBase
| Modifier and Type | Field and Description |
|---|---|
static int |
BUTTON_ONE_MY_PRIZES |
static int |
BUTTON_ONE_OPP_PRIZES |
static int |
BUTTON_RANDOM_OPP_HAND |
static int |
BUTTON_TOP_MY_DECK |
static int |
BUTTON_TOP_OPP_DECK |
textFieldList, visible| Constructor and Description |
|---|
GuiPeek(TCGScreen parent,
BattleOwnedTileEntityController controller) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(net.minecraft.client.gui.widget.button.Button button) |
void |
init() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks) |
charTyped, drawEffectTooltip, drawHoveringText, drawRectWithBorder, getScaledHeight, getScaledWidth, isLeftMousePressed, isRightMousePressed, keyPressed, mouseClicked, mouseReleased, onClose, tickaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final int BUTTON_TOP_MY_DECK
public static final int BUTTON_TOP_OPP_DECK
public static final int BUTTON_RANDOM_OPP_HAND
public static final int BUTTON_ONE_MY_PRIZES
public static final int BUTTON_ONE_OPP_PRIZES
public GuiPeek(TCGScreen parent, BattleOwnedTileEntityController controller)
public void init()
init in class TCGScreenBaseprotected void actionPerformed(net.minecraft.client.gui.widget.button.Button button)
public void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class TCGScreenBase