public class ZygardeReassemblyUnitScreen
extends net.minecraft.client.gui.screen.Screen
| Modifier and Type | Class and Description |
|---|---|
static class |
ZygardeReassemblyUnitScreen.Mode |
| Constructor and Description |
|---|
ZygardeReassemblyUnitScreen(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Adds the buttons (and other controls) to the screen in question.
|
boolean |
isPauseScreen()
Returns true if this GUI should pause the game when it is displayed in single-player
|
boolean |
mouseClicked(double mouseX,
double mouseY,
int mouseButton) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, 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 ZygardeReassemblyUnitScreen(int x,
int y,
int z)
public void init()
init in class net.minecraft.client.gui.screen.Screenpublic void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class net.minecraft.client.gui.screen.ScreenmouseX - mouseY - partialTicks - public boolean mouseClicked(double mouseX,
double mouseY,
int mouseButton)
public boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screen