public class CreateMainMenuScreen extends AbstractSimiScreen
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.client.renderer.RenderSkybox |
panorama |
static net.minecraft.util.ResourceLocation |
PANORAMA_OVERLAY_TEXTURES |
static net.minecraft.client.renderer.RenderSkyboxCube |
PANORAMA_RESOURCES |
protected net.minecraft.client.gui.screen.Screen |
parent |
protected boolean |
returnOnClose |
guiLeft, guiTop, widgets, windowHeight, windowWidth, windowXOffset, windowYOffset| Constructor and Description |
|---|
CreateMainMenuScreen(net.minecraft.client.gui.screen.Screen parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
boolean |
isPauseScreen() |
void |
onClose() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
protected void |
renderWindowForeground(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
charTyped, debugWindowArea, endFrame, getWidgets, keyPressed, mouseClicked, mouseReleased, mouseScrolled, prepareFrame, renderWindowBackground, 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, waitprotected final net.minecraft.client.gui.screen.Screen parent
protected boolean returnOnClose
public static final net.minecraft.client.renderer.RenderSkyboxCube PANORAMA_RESOURCES
public static final net.minecraft.util.ResourceLocation PANORAMA_OVERLAY_TEXTURES
public static net.minecraft.client.renderer.RenderSkybox panorama
public CreateMainMenuScreen(net.minecraft.client.gui.screen.Screen parent)
public 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 void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class AbstractSimiScreenprotected void init()
init in class AbstractSimiScreenprotected void renderWindowForeground(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindowForeground in class AbstractSimiScreenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class AbstractSimiScreenpublic boolean isPauseScreen()
isPauseScreen in class AbstractSimiScreenpublic void onClose()
onClose in class net.minecraft.client.gui.screen.Screen