Class ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry>
net.minecraft.client.gui.screens.worldselection.ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry
- All Implemented Interfaces:
GuiEventListener
,NarrationSupplier
- Enclosing class:
- ConfirmExperimentalFeaturesScreen.DetailsScreen
class ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry
extends ObjectSelectionList.Entry<ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Component
private final Component
private final MultiLineLabel
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionPackListEntry
(Component p_250724_, Component p_248883_, MultiLineLabel p_250949_) -
Method Summary
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOver
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.GuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
packId
-
message
-
splitMessage
-
-
Constructor Details
-
PackListEntry
PackListEntry(Component p_250724_, Component p_248883_, MultiLineLabel p_250949_)
-
-
Method Details
-
render
public void render(PoseStack p_251018_, int p_250518_, int p_252123_, int p_249560_, int p_251486_, int p_248887_, int p_251461_, int p_250408_, boolean p_249225_, float p_248795_) - Specified by:
render
in classAbstractSelectionList.Entry<ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry>
-
getNarration
- Specified by:
getNarration
in classObjectSelectionList.Entry<ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry>
-