Class RealmsLongRunningMcoTaskScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.realms.RealmsScreen
-
- com.mojang.realmsclient.gui.screens.RealmsLongRunningMcoTaskScreen
-
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen,IErrorConsumer
public class RealmsLongRunningMcoTaskScreen extends RealmsScreen implements IErrorConsumer
-
-
Field Summary
Fields Modifier and Type Field Description private booleanabortedprivate intanimTicksprivate intbuttonLengthprivate ITextComponenterrorMessageprivate ScreenlastScreenprivate static org.apache.logging.log4j.LoggerLOGGERstatic java.lang.String[]SYMBOLSprivate LongRunningTasktaskprivate ITextComponenttitle-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description RealmsLongRunningMcoTaskScreen(Screen p_i232209_1_, LongRunningTask p_i232209_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaborted()private voidbuttonsClear()private voidcancelOrBackButtonClicked()voiderror(ITextComponent p_230434_1_)voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)voidsetTitle(ITextComponent p_224234_1_)voidtick()-
Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, row
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.realms.IErrorConsumer
error
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
lastScreen
private final Screen lastScreen
-
title
private volatile ITextComponent title
-
errorMessage
@Nullable private volatile ITextComponent errorMessage
-
aborted
private volatile boolean aborted
-
animTicks
private int animTicks
-
task
private final LongRunningTask task
-
buttonLength
private final int buttonLength
- See Also:
- Constant Field Values
-
SYMBOLS
public static final java.lang.String[] SYMBOLS
-
-
Constructor Detail
-
RealmsLongRunningMcoTaskScreen
public RealmsLongRunningMcoTaskScreen(Screen p_i232209_1_, LongRunningTask p_i232209_2_)
-
-
Method Detail
-
tick
public void tick()
- Specified by:
tickin interfaceIScreen- Overrides:
tickin classRealmsScreen
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)- Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
cancelOrBackButtonClicked
private void cancelOrBackButtonClicked()
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
error
public void error(ITextComponent p_230434_1_)
- Specified by:
errorin interfaceIErrorConsumer
-
buttonsClear
private void buttonsClear()
-
setTitle
public void setTitle(ITextComponent p_224234_1_)
-
aborted
public boolean aborted()
-
-