public class ChooseStarterScreen extends net.minecraft.client.gui.screen.Screen implements ShadowDelete
| Modifier and Type | Field and Description |
|---|---|
protected boolean[] |
options |
| Constructor and Description |
|---|
ChooseStarterScreen() |
ChooseStarterScreen(boolean[] options,
int page) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(net.minecraft.client.gui.widget.button.Button button) |
boolean |
charTyped(char i,
int i1) |
void |
init() |
boolean |
mouseClicked(double x,
double y,
int b) |
void |
removeShadow(Shadow shadow)
Removes a shadow from the GUI.
|
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int par1,
int par2,
float par3) |
boolean |
shouldCloseOnEsc() |
void |
tick() |
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, 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 ChooseStarterScreen()
public ChooseStarterScreen(boolean[] options,
int page)
public void init()
init in class net.minecraft.client.gui.screen.Screenpublic boolean shouldCloseOnEsc()
shouldCloseOnEsc in class net.minecraft.client.gui.screen.Screenpublic boolean charTyped(char i,
int i1)
charTyped in interface net.minecraft.client.gui.IGuiEventListenercharTyped in interface net.minecraft.client.gui.INestedGuiEventHandlerpublic void actionPerformed(net.minecraft.client.gui.widget.button.Button button)
public void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
int par1,
int par2,
float par3)
render in interface net.minecraft.client.gui.IRenderablerender in class net.minecraft.client.gui.screen.Screenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.Screenpublic boolean mouseClicked(double x,
double y,
int b)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlerpublic void removeShadow(Shadow shadow)
removeShadow in interface ShadowDeleteshadow - The shadow to remove.