public abstract class NavigatableSimiScreen extends AbstractSimiScreen
| Modifier and Type | Field and Description |
|---|---|
protected LerpedFloat |
arrowAnimation |
protected PonderButton |
backTrack |
protected int |
depthPointX |
protected int |
depthPointY |
static java.lang.String |
THINK_BACK |
LerpedFloat |
transition |
guiLeft, guiTop, widgets, windowHeight, windowWidth, windowXOffset, windowYOffset| Constructor and Description |
|---|
NavigatableSimiScreen() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
backTrackingLangKey() |
void |
centerScalingOn(int x,
int y) |
void |
centerScalingOnMouse() |
protected java.lang.String |
getBreadcrumbTitle() |
protected void |
init() |
boolean |
isEquivalentTo(NavigatableSimiScreen other) |
boolean |
keyPressed(int code,
int p_keyPressed_2_,
int p_keyPressed_3_) |
void |
onClose() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
protected void |
renderWindowBackground(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
protected void |
renderZeloBreadcrumbs(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
shareContextWith(NavigatableSimiScreen other) |
void |
tick() |
charTyped, debugWindowArea, endFrame, getWidgets, isPauseScreen, mouseClicked, mouseReleased, mouseScrolled, prepareFrame, renderWindow, renderWindowForeground, setWindowOffset, setWindowSize, shouldCloseOnEscaddButton, 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, 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 java.lang.String THINK_BACK
protected int depthPointX
protected int depthPointY
public final LerpedFloat transition
protected final LerpedFloat arrowAnimation
protected PonderButton backTrack
public void onClose()
onClose in class net.minecraft.client.gui.screen.Screenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class AbstractSimiScreenprotected void init()
init in class AbstractSimiScreenpublic void render(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class AbstractSimiScreenprotected java.lang.String backTrackingLangKey()
protected void renderWindowBackground(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindowBackground in class AbstractSimiScreenpublic boolean keyPressed(int code,
int p_keyPressed_2_,
int p_keyPressed_3_)
keyPressed in interface net.minecraft.client.gui.IGuiEventListenerkeyPressed in interface net.minecraft.client.gui.INestedGuiEventHandlerkeyPressed in class AbstractSimiScreenpublic void centerScalingOn(int x,
int y)
public void centerScalingOnMouse()
public boolean isEquivalentTo(NavigatableSimiScreen other)
public void shareContextWith(NavigatableSimiScreen other)
protected void renderZeloBreadcrumbs(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
protected java.lang.String getBreadcrumbTitle()