Class TransferableSelectionList
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractContainerWidget
net.minecraft.client.gui.components.AbstractSelectionList<TransferableSelectionList.PackEntry>
net.minecraft.client.gui.components.ObjectSelectionList<TransferableSelectionList.PackEntry>
net.minecraft.client.gui.screens.packs.TransferableSelectionList
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
,LayoutElement
,NarratableEntry
,NarrationSupplier
,IAbstractWidgetExtension
public class TransferableSelectionList
extends ObjectSelectionList<TransferableSelectionList.PackEntry>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.components.ObjectSelectionList
ObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Component
(package private) static final Component
(package private) static final ResourceLocation
(package private) static final ResourceLocation
(package private) static final ResourceLocation
(package private) static final ResourceLocation
(package private) final PackSelectionScreen
(package private) static final ResourceLocation
(package private) static final ResourceLocation
private final Component
(package private) static final ResourceLocation
(package private) static final ResourceLocation
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList
centerListVertically, headerHeight, itemHeight, minecraft, SCROLLBAR_WIDTH
Fields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, width
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorsConstructorDescriptionTransferableSelectionList
(Minecraft minecraft, PackSelectionScreen screen, int width, int height, Component title) -
Method Summary
Modifier and TypeMethodDescriptionint
protected int
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Called when a keyboard key is pressed within the GUI element.protected void
renderHeader
(GuiGraphics guiGraphics, int x, int y) protected void
renderSelection
(GuiGraphics guiGraphics, int top, int width, int height, int outerColor, int innerColor) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList
nextFocusPath, updateWidgetNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList
addEntry, addEntryToTop, centerScrollOn, children, clampScrollAmount, clearEntries, clickedHeader, enableScissor, ensureVisible, getDefaultScrollbarPosition, getEntry, getEntryAtPosition, getFirstElement, getFocused, getHovered, getItemCount, getMaxPosition, getMaxScroll, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelected, isMouseOver, isSelectedItem, isValidMouseClick, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, narrateListElementPosition, narrationPriority, nextEntry, nextEntry, nextEntry, remove, removeEntry, removeEntryFromTop, renderDecorations, renderItem, renderListBackground, renderListItems, renderListSeparators, renderWidget, replaceEntries, scrollbarVisible, setClampedScrollAmount, setFocused, setRenderHeader, setScrollAmount, setSelected, updateScrollingState, updateSize, updateSizeAndPosition
Methods inherited from class net.minecraft.client.gui.components.AbstractContainerWidget
isDragging, isFocused, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, createNarrationMessage, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isHovered, isHoveredOrFocused, isValidClickButton, onClick, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessage
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.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, keyReleased
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getRectangle, mouseMoved
Methods inherited from interface net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension
onClick
Methods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPosition
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
SELECT_HIGHLIGHTED_SPRITE
-
SELECT_SPRITE
-
UNSELECT_HIGHLIGHTED_SPRITE
-
UNSELECT_SPRITE
-
MOVE_UP_HIGHLIGHTED_SPRITE
-
MOVE_UP_SPRITE
-
MOVE_DOWN_HIGHLIGHTED_SPRITE
-
MOVE_DOWN_SPRITE
-
INCOMPATIBLE_TITLE
-
INCOMPATIBLE_CONFIRM_TITLE
-
title
-
screen
-
-
Constructor Details
-
TransferableSelectionList
public TransferableSelectionList(Minecraft minecraft, PackSelectionScreen screen, int width, int height, Component title)
-
-
Method Details
-
renderHeader
- Overrides:
renderHeader
in classAbstractSelectionList<TransferableSelectionList.PackEntry>
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classAbstractSelectionList<TransferableSelectionList.PackEntry>
-
getScrollbarPosition
protected int getScrollbarPosition()- Overrides:
getScrollbarPosition
in classAbstractSelectionList<TransferableSelectionList.PackEntry>
-
renderSelection
protected void renderSelection(GuiGraphics guiGraphics, int top, int width, int height, int outerColor, int innerColor) - Overrides:
renderSelection
in classAbstractSelectionList<TransferableSelectionList.PackEntry>
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Called when a keyboard key is pressed within the GUI element.- Parameters:
keyCode
- the key code of the pressed key.scanCode
- the scan code of the pressed key.modifiers
- the keyboard modifiers.- Returns:
true
if the event is consumed,false
otherwise.
-