Class OptionsList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<OptionsList.Entry>
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<OptionsList.Entry>
net.minecraft.client.gui.components.OptionsList.Entry
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- TabOrderedElement
- Direct Known Subclasses:
- OptionsList.OptionEntry
- Enclosing class:
- OptionsList
protected static class OptionsList.Entry
extends ContainerObjectSelectionList.Entry<OptionsList.Entry>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<AbstractWidget> private final Screenprivate static final intFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntrylistFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic OptionsList.Entrybig(List<AbstractWidget> p_333829_, Screen p_334023_) List<? extends GuiEventListener> children()List<? extends NarratableEntry> voidrender(GuiGraphics p_281311_, int p_94497_, int p_94498_, int p_94499_, int p_94500_, int p_94501_, int p_94502_, int p_94503_, boolean p_94504_, float p_94505_) static OptionsList.Entrysmall(AbstractWidget p_333824_, AbstractWidget p_333990_, Screen p_334077_) Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.EntryfocusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, setFocused, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.EntryisFocused, isMouseOver, renderBack, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenergetRectangle, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
children
- 
screen
- 
X_OFFSETprivate static final int X_OFFSET- See Also:
 
 
- 
- 
Constructor Details- 
EntryEntry(List<AbstractWidget> p_333982_, Screen p_333707_) 
 
- 
- 
Method Details- 
big
- 
smallpublic static OptionsList.Entry small(AbstractWidget p_333824_, @Nullable AbstractWidget p_333990_, Screen p_334077_) 
- 
renderpublic void render(GuiGraphics p_281311_, int p_94497_, int p_94498_, int p_94499_, int p_94500_, int p_94501_, int p_94502_, int p_94503_, boolean p_94504_, float p_94505_) - Specified by:
- renderin class- AbstractSelectionList.Entry<OptionsList.Entry>
 
- 
children
- 
narratables- Specified by:
- narratablesin class- ContainerObjectSelectionList.Entry<OptionsList.Entry>
 
 
-