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, wrapScreenError
getFocused, isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChooseStarterScreen()
public ChooseStarterScreen(boolean[] options, int page)
public void init()
init
in class net.minecraft.client.gui.screen.Screen
public boolean shouldCloseOnEsc()
shouldCloseOnEsc
in class net.minecraft.client.gui.screen.Screen
public boolean charTyped(char i, int i1)
charTyped
in interface net.minecraft.client.gui.IGuiEventListener
charTyped
in interface net.minecraft.client.gui.INestedGuiEventHandler
public 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.IRenderable
render
in class net.minecraft.client.gui.screen.Screen
public void tick()
tick
in interface net.minecraft.client.gui.screen.IScreen
tick
in class net.minecraft.client.gui.screen.Screen
public boolean mouseClicked(double x, double y, int b)
mouseClicked
in interface net.minecraft.client.gui.IGuiEventListener
mouseClicked
in interface net.minecraft.client.gui.INestedGuiEventHandler
public void removeShadow(Shadow shadow)
removeShadow
in interface ShadowDelete
shadow
- The shadow to remove.