Class PackListWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ContainerWidget
net.minecraft.client.gui.widget.EntryListWidget<PackListWidget.ResourcePackEntry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget<PackListWidget.ResourcePackEntry>
net.minecraft.client.gui.screen.pack.PackListWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,ParentElement
,Selectable
,Widget
@Environment(CLIENT)
public class PackListWidget
extends AlwaysSelectedEntryListWidget<PackListWidget.ResourcePackEntry>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/pack/PackListWidget
intermediary net/minecraft/class_521
official fru
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
AlwaysSelectedEntryListWidget.Entry<E extends AlwaysSelectedEntryListWidget.Entry<E>>
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Modifier and TypeFieldDescription(package private) static final Text
(package private) static final Text
(package private) static final Identifier
(package private) static final Identifier
(package private) static final Identifier
(package private) static final Identifier
(package private) final PackScreen
(package private) static final Identifier
(package private) static final Identifier
private final Text
(package private) static final Identifier
(package private) static final Identifier
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
centerListVertically, client, field_45909, headerHeight, itemHeight
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionPackListWidget
(MinecraftClient client, PackScreen screen, int width, int height, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawSelectionHighlight
(DrawContext context, int y, int entryWidth, int entryHeight, int borderColor, int fillColor) int
protected int
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.protected void
renderHeader
(DrawContext context, int x, int y) Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
appendClickableNarrations, getNavigationPath
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawHeaderAndFooterSeparators, drawMenuListBackground, enableScissor, ensureVisible, getDefaultScrollbarX, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelectedOrNull, getType, isMouseOver, isScrollbarVisible, isSelectButton, isSelectedEntry, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, position, position, refreshScroll, remove, removeEntry, removeEntryWithoutScrolling, renderDecorations, renderEntry, renderList, renderWidget, replaceEntries, setFocused, setRenderHeader, setScrollAmount, setScrollAmountOnly, setSelected, updateScrollingState
Methods inherited from class net.minecraft.client.gui.widget.ContainerWidget
isDragging, isFocused, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getTooltip, getWidth, getX, getY, isHovered, isNarratable, isSelected, isValidClickButton, onClick, onDrag, onRelease, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setY
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.Element
getNavigationFocus, mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, hoveredElement, keyReleased
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
SELECT_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named SELECT_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;SELECT_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45532
Lnet/minecraft/class_521;field_45532:Lnet/minecraft/class_2960;
official a
Lfru;a:Lakr;
-
SELECT_TEXTURE
- Mappings:
Namespace Name Mixin selector named SELECT_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;SELECT_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45533
Lnet/minecraft/class_521;field_45533:Lnet/minecraft/class_2960;
official m
Lfru;m:Lakr;
-
UNSELECT_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named UNSELECT_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;UNSELECT_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45534
Lnet/minecraft/class_521;field_45534:Lnet/minecraft/class_2960;
official n
Lfru;n:Lakr;
-
UNSELECT_TEXTURE
- Mappings:
Namespace Name Mixin selector named UNSELECT_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;UNSELECT_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45535
Lnet/minecraft/class_521;field_45535:Lnet/minecraft/class_2960;
official o
Lfru;o:Lakr;
-
MOVE_UP_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named MOVE_UP_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;MOVE_UP_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45536
Lnet/minecraft/class_521;field_45536:Lnet/minecraft/class_2960;
official p
Lfru;p:Lakr;
-
MOVE_UP_TEXTURE
- Mappings:
Namespace Name Mixin selector named MOVE_UP_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;MOVE_UP_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45537
Lnet/minecraft/class_521;field_45537:Lnet/minecraft/class_2960;
official q
Lfru;q:Lakr;
-
MOVE_DOWN_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named MOVE_DOWN_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;MOVE_DOWN_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45538
Lnet/minecraft/class_521;field_45538:Lnet/minecraft/class_2960;
official r
Lfru;r:Lakr;
-
MOVE_DOWN_TEXTURE
- Mappings:
Namespace Name Mixin selector named MOVE_DOWN_TEXTURE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;MOVE_DOWN_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45539
Lnet/minecraft/class_521;field_45539:Lnet/minecraft/class_2960;
official s
Lfru;s:Lakr;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector named INCOMPATIBLE
Lnet/minecraft/client/gui/screen/pack/PackListWidget;INCOMPATIBLE:Lnet/minecraft/text/Text;
intermediary field_19126
Lnet/minecraft/class_521;field_19126:Lnet/minecraft/class_2561;
official u
Lfru;u:Lwz;
-
INCOMPATIBLE_CONFIRM
- Mappings:
Namespace Name Mixin selector named INCOMPATIBLE_CONFIRM
Lnet/minecraft/client/gui/screen/pack/PackListWidget;INCOMPATIBLE_CONFIRM:Lnet/minecraft/text/Text;
intermediary field_19127
Lnet/minecraft/class_521;field_19127:Lnet/minecraft/class_2561;
official v
Lfru;v:Lwz;
-
title
- Mappings:
Namespace Name Mixin selector named title
Lnet/minecraft/client/gui/screen/pack/PackListWidget;title:Lnet/minecraft/text/Text;
intermediary field_18978
Lnet/minecraft/class_521;field_18978:Lnet/minecraft/class_2561;
official w
Lfru;w:Lwz;
-
screen
- Mappings:
Namespace Name Mixin selector named screen
Lnet/minecraft/client/gui/screen/pack/PackListWidget;screen:Lnet/minecraft/client/gui/screen/pack/PackScreen;
intermediary field_41715
Lnet/minecraft/class_521;field_41715:Lnet/minecraft/class_5375;
official x
Lfru;x:Lfrt;
-
-
Constructor Details
-
PackListWidget
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/pack/PackListWidget;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/pack/PackScreen;IILnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_521;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_5375;IILnet/minecraft/class_2561;)V
official <init>
Lfru;<init>(Lfgo;Lfrt;IILwz;)V
-
-
Method Details
-
renderHeader
- Overrides:
renderHeader
in classEntryListWidget<PackListWidget.ResourcePackEntry>
- Mappings:
Namespace Name Mixin selector named renderHeader
Lnet/minecraft/client/gui/widget/EntryListWidget;renderHeader(Lnet/minecraft/client/gui/DrawContext;II)V
intermediary method_25312
Lnet/minecraft/class_350;method_25312(Lnet/minecraft/class_332;II)V
official a
Lfih;a(Lfhz;II)V
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classEntryListWidget<PackListWidget.ResourcePackEntry>
- Mappings:
Namespace Name Mixin selector named getRowWidth
Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
intermediary method_25322
Lnet/minecraft/class_350;method_25322()I
official b
Lfih;b()I
-
getScrollbarX
protected int getScrollbarX()- Overrides:
getScrollbarX
in classEntryListWidget<PackListWidget.ResourcePackEntry>
- Mappings:
Namespace Name Mixin selector named getScrollbarX
Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarX()I
intermediary method_25329
Lnet/minecraft/class_350;method_25329()I
official q
Lfih;q()I
-
drawSelectionHighlight
protected void drawSelectionHighlight(DrawContext context, int y, int entryWidth, int entryHeight, int borderColor, int fillColor) - Overrides:
drawSelectionHighlight
in classEntryListWidget<PackListWidget.ResourcePackEntry>
- Mappings:
Namespace Name Mixin selector named drawSelectionHighlight
Lnet/minecraft/client/gui/widget/EntryListWidget;drawSelectionHighlight(Lnet/minecraft/client/gui/DrawContext;IIIII)V
intermediary method_44398
Lnet/minecraft/class_350;method_44398(Lnet/minecraft/class_332;IIIII)V
official a
Lfih;a(Lfhz;IIIII)V
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
official a
Lfki;a(III)Z
-