Class SearchableResourceLocationSelectionList.Entry
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList.Entry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener
,net.minecraft.client.gui.components.TabOrderedElement
- Enclosing class:
- SearchableResourceLocationSelectionList
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionEntry
(net.minecraft.resources.ResourceLocation resourceLocation, SearchableResourceLocationSelectionList parent) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocation
boolean
mouseClicked
(double p_94737_, double p_94738_, int p_94739_) void
render
(net.minecraft.client.gui.GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean isMouseOver, float partialTick) 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, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
Entry
public Entry(net.minecraft.resources.ResourceLocation resourceLocation, SearchableResourceLocationSelectionList parent)
-
-
Method Details
-
render
public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int entryIdx, int top, int left, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean isMouseOver, float partialTick) -
mouseClicked
public boolean mouseClicked(double p_94737_, double p_94738_, int p_94739_) -
getResourceLocation
public net.minecraft.resources.ResourceLocation getResourceLocation()
-