public class LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry extends ExtendedList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>
Modifier and Type | Field and Description |
---|---|
private boolean |
center |
private java.lang.String |
message |
list
Constructor and Description |
---|
LoadingMessageEntry(java.lang.String message) |
LoadingMessageEntry(java.lang.String message,
boolean center) |
Modifier and Type | Method and Description |
---|---|
void |
render(int entryIdx,
int top,
int left,
int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean p_194999_5_,
float partialTicks) |
changeFocus
isMouseOver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
LoadingMessageEntry(java.lang.String message)
LoadingMessageEntry(java.lang.String message, boolean center)
public void render(int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean p_194999_5_, float partialTicks)
render
in class AbstractList.AbstractListEntry<LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry>