@Environment(value=CLIENT)
public final class ManualGui
extends net.minecraft.client.gui.screen.Screen
| Modifier | Constructor and Description |
|---|---|
protected |
ManualGui() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
isPauseScreen() |
boolean |
keyPressed(int code,
int scancode,
int mods) |
boolean |
mouseClicked(double mouseXd,
double mouseYd,
int button) |
boolean |
mouseDragged(double mouseXd,
double mouseYd,
int clickedMouseButton,
double da,
double db) |
boolean |
mouseReleased(double mouseX,
double mouseY,
int button) |
boolean |
mouseScrolled(double mx,
double my,
double value) |
void |
pushPage(java.lang.String path) |
void |
render(net.minecraft.client.util.math.MatrixStack matrices,
int mouseX,
int mouseY,
float partialTicks) |
addButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, method_29638, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void pushPage(java.lang.String path)
public void init()
init in class net.minecraft.client.gui.screen.Screenpublic void render(net.minecraft.client.util.math.MatrixStack matrices,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.Drawablerender in class net.minecraft.client.gui.screen.Screenpublic boolean mouseScrolled(double mx,
double my,
double value)
public boolean keyPressed(int code,
int scancode,
int mods)
keyPressed in interface net.minecraft.client.gui.ElementkeyPressed in interface net.minecraft.client.gui.ParentElementkeyPressed in class net.minecraft.client.gui.screen.Screenpublic boolean mouseClicked(double mouseXd,
double mouseYd,
int button)
public boolean mouseDragged(double mouseXd,
double mouseYd,
int clickedMouseButton,
double da,
double db)
public boolean mouseReleased(double mouseX,
double mouseY,
int button)
public boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screen