@Environment(value=CLIENT) public static class MultiplayerServerListWidget.ScanningEntry extends MultiplayerServerListWidget.Entry
Modifier and Type | Field and Description |
---|---|
private MinecraftClient |
client |
Constructor and Description |
---|
ScanningEntry() |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrices,
int index,
int y,
int x,
int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean hovered,
float tickDelta) |
changeFocus
isMouseOver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
private final MinecraftClient client
public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
render
in class EntryListWidget.Entry<MultiplayerServerListWidget.Entry>