Class LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
net.minecraftforge.fml.client.gui.screen.LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- LoadingErrorScreen.LoadingEntryList
public class LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
extends ExtendedList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
Constructor Summary
ConstructorDescriptionLoadingMessageEntry
(ITextComponent message) LoadingMessageEntry
(ITextComponent message, boolean center) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(MatrixStack mStack, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTicks) Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocus
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
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.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
message
-
center
private final boolean center
-
-
Constructor Details
-
LoadingMessageEntry
LoadingMessageEntry(ITextComponent message) -
LoadingMessageEntry
LoadingMessageEntry(ITextComponent message, boolean center)
-
-
Method Details
-
render
public void render(MatrixStack mStack, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTicks) - Specified by:
render
in classAbstractList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-