Class LanguageOptionsScreen.LanguageSelectionListWidget
java.lang.Object
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.screen.options.LanguageOptionsScreen.LanguageSelectionListWidget
- Enclosing class:
- LanguageOptionsScreen
@Environment(CLIENT) class LanguageOptionsScreen.LanguageSelectionListWidget extends ListWidget
- Mappings:
Namespace Name official axl$aintermediary net/minecraft/class_743$class_744named net/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget
-
Field Summary
Fields Modifier and Type Field Description private List<String>field_3168private Map<String,LanguageDefinition>field_3169Fields inherited from class net.minecraft.client.gui.widget.ListWidget
client, entryHeight, field_3001, field_3003, field_3005, field_3006, headerHeight, height, lastMouseX, lastMouseY, renderHeader, renderSelection, scrollAmount, visible, width, xEnd, xStart, yDrag, yEnd, yStart -
Constructor Summary
Constructors Constructor Description LanguageSelectionListWidget(MinecraftClient minecraftClient) -
Method Summary
Modifier and Type Method Description protected intgetEntriesSize()protected intgetMaxPosition()protected booleanisEntrySelected(int index)protected voidrenderBackground()protected voidrenderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)protected voidselectEntry(int int2, boolean bool, int lastMouseX, int lastMouseY)Methods inherited from class net.minecraft.client.gui.widget.ListWidget
buttonClicked, capYPosition, getEntryAt, getItemHeight, getMaxScroll, getRowWidth, getScrollAmount, getScrollbarPosition, handleMouse, isDragging, isMouseInList, method_2630, render, renderDecorations, renderHeader, renderHoleBackground, renderList, scroll, setButtonIds, setDragging, setHeader, setRenderSelection, setXPos, updateBounds, updateItemPosition
-
Field Details
-
field_3168
- Mappings:
Namespace Name Mixin selector official vLaxl$a;v:Ljava/util/List;intermediary field_3168Lnet/minecraft/class_743$class_744;field_3168:Ljava/util/List;named field_3168Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget;field_3168:Ljava/util/List;
-
field_3169
- Mappings:
Namespace Name Mixin selector official wLaxl$a;w:Ljava/util/Map;intermediary field_3169Lnet/minecraft/class_743$class_744;field_3169:Ljava/util/Map;named field_3169Lnet/minecraft/client/gui/screen/options/LanguageOptionsScreen$LanguageSelectionListWidget;field_3169:Ljava/util/Map;
-
-
Constructor Details
-
LanguageSelectionListWidget
-
-
Method Details
-
getEntriesSize
protected int getEntriesSize()- Specified by:
getEntriesSizein classListWidget- Mappings:
Namespace Name Mixin selector official bLawi;b()Iintermediary method_2639Lnet/minecraft/class_713;method_2639()Inamed getEntriesSizeLnet/minecraft/client/gui/widget/ListWidget;getEntriesSize()I
-
selectEntry
protected void selectEntry(int int2, boolean bool, int lastMouseX, int lastMouseY)- Specified by:
selectEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLawi;a(IZII)Vintermediary method_2636Lnet/minecraft/class_713;method_2636(IZII)Vnamed selectEntryLnet/minecraft/client/gui/widget/ListWidget;selectEntry(IZII)V
-
isEntrySelected
protected boolean isEntrySelected(int index)- Specified by:
isEntrySelectedin classListWidget- Mappings:
Namespace Name Mixin selector official aLawi;a(I)Zintermediary method_2629Lnet/minecraft/class_713;method_2629(I)Znamed isEntrySelectedLnet/minecraft/client/gui/widget/ListWidget;isEntrySelected(I)Z
-
getMaxPosition
protected int getMaxPosition()- Overrides:
getMaxPositionin classListWidget- Mappings:
Namespace Name Mixin selector official kLawi;k()Iintermediary method_2652Lnet/minecraft/class_713;method_2652()Inamed getMaxPositionLnet/minecraft/client/gui/widget/ListWidget;getMaxPosition()I
-
renderBackground
protected void renderBackground()- Specified by:
renderBackgroundin classListWidget- Mappings:
Namespace Name Mixin selector official aLawi;a()Vintermediary method_2628Lnet/minecraft/class_713;method_2628()Vnamed renderBackgroundLnet/minecraft/client/gui/widget/ListWidget;renderBackground()V
-
renderEntry
protected void renderEntry(int index, int x, int y, int rowHeight, int mouseX, int mouseY)- Specified by:
renderEntryin classListWidget- Mappings:
Namespace Name Mixin selector official aLawi;a(IIIIII)Vintermediary method_2634Lnet/minecraft/class_713;method_2634(IIIIII)Vnamed renderEntryLnet/minecraft/client/gui/widget/ListWidget;renderEntry(IIIIII)V
-