Klasse GuiMusicPlaylistListEntryError

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<GuiMusicPlaylistListEntry>
Alle implementierten Schnittstellen:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier

public class GuiMusicPlaylistListEntryError extends GuiMusicPlaylistListEntryPlayable
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected final info.u_team.u_team_core.gui.elements.ImageButton
     
    protected final info.u_team.u_team_core.gui.elements.ImageButton
     
    protected final Playlist
     
    protected final info.u_team.u_team_core.gui.elements.ImageButton
     
    protected final WrappedObject<String>
     

    Von Klasse geerbte Felder info.u_team.music_player.gui.playlist.GuiMusicPlaylistListEntryPlayable

    playTrackButton

    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
    GuiMusicPlaylistListEntryError(GuiMusicPlaylistList guilist, Playlists playlists, Playlist playlist, LoadedTracks loadedTrack, String error)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    drawEntryExtended(net.minecraft.client.gui.GuiGraphics guiGraphics, int entryX, int entryY, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean mouseInList, float partialTicks)
     
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, int slotIndex, int entryY, int entryX, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float partialTicks)
     

    Von Klasse geerbte Methoden info.u_team.music_player.gui.playlist.GuiMusicPlaylistListEntryPlayable

    getCurrentlyPlaying, getPlayTrackButton, getTrack, isPlaying, mouseClicked, tick

    Von Klasse geerbte Methoden info.u_team.music_player.gui.playlist.GuiMusicPlaylistListEntry

    addTrackInfo, getNarration

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

    addChildren, getList, mouseDragged, mouseReleased

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

    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
  • Felddetails

    • playlist

      protected final Playlist playlist
    • uri

      protected final WrappedObject<String> uri
    • deleteTrackButton

      protected final info.u_team.u_team_core.gui.elements.ImageButton deleteTrackButton
    • upButton

      protected final info.u_team.u_team_core.gui.elements.ImageButton upButton
    • downButton

      protected final info.u_team.u_team_core.gui.elements.ImageButton downButton
  • Konstruktordetails

  • Methodendetails

    • drawEntryExtended

      public void drawEntryExtended(net.minecraft.client.gui.GuiGraphics guiGraphics, int entryX, int entryY, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean mouseInList, float partialTicks)
    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int slotIndex, int entryY, int entryX, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float partialTicks)
      Setzt außer Kraft:
      render in Klasse GuiMusicPlaylistListEntryPlayable