Klasse BetterScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>>

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<T>
info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>
info.u_team.music_player.gui.BetterScrollableListEntry<T>
Alle implementierten Schnittstellen:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier
Bekannte direkte Unterklassen:
GuiMusicPlaylistListEntry, GuiMusicSearchListEntryMusicTrack, GuiMusicSearchListEntryPlaylist

public abstract class BetterScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>> extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>
  • Feldübersicht

    Von Klasse geerbte Felder info.u_team.u_team_core.gui.elements.ScrollableListEntry

    minecraft

    Von Schnittstelle geerbte Felder net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    mouseClicked(double mouseX, double mouseY, int button)
     

    Von Klasse geerbte Methoden info.u_team.u_team_core.gui.elements.ScrollableListEntry

    addChildren, getList, mouseDragged, mouseReleased, render

    Von Klasse geerbte Methoden net.minecraft.client.gui.components.ObjectSelectionList.Entry

    getNarration, updateNarration

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden net.minecraft.client.gui.components.events.GuiEventListener

    charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseMoved, mouseScrolled, nextFocusPath

    Von Schnittstelle geerbte Methoden net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Konstruktordetails

    • BetterScrollableListEntry

      public BetterScrollableListEntry()
  • Methodendetails

    • mouseClicked

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Angegeben von:
      mouseClicked in Schnittstelle net.minecraft.client.gui.components.events.GuiEventListener
      Setzt außer Kraft:
      mouseClicked in Klasse info.u_team.u_team_core.gui.elements.ScrollableListEntry<T extends info.u_team.u_team_core.gui.elements.ScrollableListEntry<T>>