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

public class SearchableResourceLocationSelectionList.Entry extends Object
  • Field Summary

    Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    Entry(net.minecraft.resources.ResourceLocation resourceLocation, SearchableResourceLocationSelectionList parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.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

  • 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()