Class WorldSelectionList.LoadingHeader
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<WorldSelectionList.Entry>
net.minecraft.client.gui.screens.worldselection.WorldSelectionList.Entry
net.minecraft.client.gui.screens.worldselection.WorldSelectionList.LoadingHeader
- All Implemented Interfaces:
AutoCloseable
,GuiEventListener
,NarrationSupplier
- Enclosing class:
- WorldSelectionList
-
Field Summary
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.screens.worldselection.WorldSelectionList.Entry
close
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
LOADING_LABEL
-
minecraft
-
-
Constructor Details
-
LoadingHeader
-
-
Method Details
-
render
public void render(PoseStack p_233225_, int p_233226_, int p_233227_, int p_233228_, int p_233229_, int p_233230_, int p_233231_, int p_233232_, boolean p_233233_, float p_233234_) - Specified by:
render
in classAbstractSelectionList.Entry<WorldSelectionList.Entry>
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<WorldSelectionList.Entry>
-
isSelectable
public boolean isSelectable()- Specified by:
isSelectable
in classWorldSelectionList.Entry
-