Package net.minecraftforge.client.gui
Class LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
net.minecraftforge.client.gui.LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
- All Implemented Interfaces:
GuiEventListener
,NarrationSupplier
- Enclosing class:
- LoadingErrorScreen.LoadingEntryList
public class LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
extends ObjectSelectionList.Entry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-
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
ConstructorDescriptionLoadingMessageEntry
(Component message) LoadingMessageEntry
(Component message, boolean center) -
Method Summary
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
-
message
-
center
private final boolean center
-
-
Constructor Details
-
Method Details
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-
render
public void render(PoseStack poseStack, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTick) - Specified by:
render
in classAbstractSelectionList.Entry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-