public class CardWelcomeScreen extends TCGScreenBase
| Modifier and Type | Field and Description |
|---|---|
static int |
TEXTURE_HEIGHT |
static int |
TEXTURE_WIDTH |
textFieldList, visible| Constructor and Description |
|---|
CardWelcomeScreen() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPauseScreen() |
boolean |
mouseClicked(double mouseX,
double mouseY,
int mouseButton) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks) |
charTyped, drawEffectTooltip, drawHoveringText, drawRectWithBorder, getScaledHeight, getScaledWidth, init, isLeftMousePressed, isRightMousePressed, keyPressed, mouseReleased, onClose, tickaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, 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 TEXTURE_WIDTH
public static final int TEXTURE_HEIGHT
public boolean mouseClicked(double mouseX,
double mouseY,
int mouseButton)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class TCGScreenBasepublic void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class TCGScreenBasepublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screen