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 Modifier and Type Field Description private booleancenterprivate ITextComponentmessage-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description LoadingMessageEntry(ITextComponent message)LoadingMessageEntry(ITextComponent message, boolean center)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(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 Detail
-
message
private final ITextComponent message
-
center
private final boolean center
-
-
Constructor Detail
-
LoadingMessageEntry
LoadingMessageEntry(ITextComponent message)
-
LoadingMessageEntry
LoadingMessageEntry(ITextComponent message, boolean center)
-
-
Method Detail
-
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:
renderin classAbstractList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
-
-