Class CustomServerSelectionList.LANHeader
java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<CustomServerSelectionList.Entry>
com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.Entry
com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.LANHeader
- All Implemented Interfaces:
AutoCloseable
,net.minecraft.client.gui.components.events.GuiEventListener
,net.minecraft.client.gui.components.TabOrderedElement
,net.minecraft.client.gui.narration.NarrationSupplier
- Enclosing class:
- CustomServerSelectionList
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Component
void
render
(net.minecraft.client.gui.GuiGraphics p_281475_, int p_282477_, int p_282819_, int p_282001_, int p_281911_, int p_283126_, int p_282303_, int p_281998_, boolean p_282625_, float p_281811_) Methods inherited from class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.Entry
close
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
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, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
LANHeader
public LANHeader()
-
-
Method Details
-
render
public void render(net.minecraft.client.gui.GuiGraphics p_281475_, int p_282477_, int p_282819_, int p_282001_, int p_281911_, int p_283126_, int p_282303_, int p_281998_, boolean p_282625_, float p_281811_) -
getNarration
public net.minecraft.network.chat.Component getNarration()- Specified by:
getNarration
in classnet.minecraft.client.gui.components.ObjectSelectionList.Entry<CustomServerSelectionList.Entry>
-