Package net.minecraft.client.gui.screens
Class LanguageSelectScreen.LanguageSelectionList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
net.minecraft.client.gui.screens.LanguageSelectScreen.LanguageSelectionList.Entry
- All Implemented Interfaces:
- GuiEventListener,- TabOrderedElement,- NarrationSupplier
- Enclosing class:
- LanguageSelectScreen.LanguageSelectionList
public class LanguageSelectScreen.LanguageSelectionList.Entry
extends ObjectSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final Stringprivate final Componentprivate longFields 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 TypeMethodDescriptionbooleankeyPressed(int p_333997_, int p_333994_, int p_333822_) booleanmouseClicked(double p_96122_, double p_96123_, int p_96124_) voidrender(GuiGraphics p_282025_, int p_283548_, int p_282485_, int p_282109_, int p_283314_, int p_283303_, int p_281337_, int p_283527_, boolean p_283295_, float p_282169_) private voidselect()Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.EntryupdateNarrationMethods 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.GuiEventListenercharTyped, getCurrentFocusPath, getRectangle, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
code
- 
language
- 
lastClickTimeprivate long lastClickTime
 
- 
- 
Constructor Details- 
Entry
 
- 
- 
Method Details- 
renderpublic void render(GuiGraphics p_282025_, int p_283548_, int p_282485_, int p_282109_, int p_283314_, int p_283303_, int p_281337_, int p_283527_, boolean p_283295_, float p_282169_) - Specified by:
- renderin class- AbstractSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
 
- 
keyPressedpublic boolean keyPressed(int p_333997_, int p_333994_, int p_333822_) 
- 
mouseClickedpublic boolean mouseClicked(double p_96122_, double p_96123_, int p_96124_) - Specified by:
- mouseClickedin interface- GuiEventListener
- Overrides:
- mouseClickedin class- ObjectSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
 
- 
selectprivate void select()
- 
getNarration- Specified by:
- getNarrationin class- ObjectSelectionList.Entry<LanguageSelectScreen.LanguageSelectionList.Entry>
 
 
-