Package info.u_team.music_player.gui
Class 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>
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.narration.NarrationSupplier
- Direct Known Subclasses:
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>
-
Field Summary
Fields inherited from class info.u_team.u_team_core.gui.elements.ScrollableListEntry
minecraftFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class info.u_team.u_team_core.gui.elements.ScrollableListEntry
addChildren, getList, mouseDragged, mouseReleased, renderMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
getNarration, updateNarrationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseMoved, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
BetterScrollableListEntry
public BetterScrollableListEntry()
-
-
Method Details
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)
-