Class CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>
net.minecraft.client.gui.screen.world.CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Enclosing class:
CustomizeBuffetLevelScreen.BuffetBiomesListWidget
@Environment(CLIENT)
private class CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem
extends AlwaysSelectedEntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItemintermediary net/minecraft/class_415$class_4190$class_4191official glk$a$a
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final RegistryEntry.Reference<Biome> (package private) final TextFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(Click click, boolean doubled) Callback for when a mouse button down event has been captured.voidrender(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks) Renders an entry in a list.Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
forEachChild, getContentBottomEnd, getContentHeight, getContentMiddleX, getContentMiddleY, getContentRightEnd, getContentWidth, getContentX, getContentY, getHeight, getNavigationFocus, getWidth, getX, getY, isFocused, isMouseOver, setFocused, setHeight, setWidth, setX, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, getBorder, getFocusedPath, getNavigationPath, isClickable, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
biome
- Mappings:
Namespace Name Mixin selector named biomeLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem;biome:Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary field_24564Lnet/minecraft/class_415$class_4190$class_4191;field_24564:Lnet/minecraft/class_6880$class_6883;official bLglk$a$a;b:Ljk$c;
-
text
- Mappings:
Namespace Name Mixin selector named textLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem;text:Lnet/minecraft/text/Text;intermediary field_26536Lnet/minecraft/class_415$class_4190$class_4191;field_26536:Lnet/minecraft/class_2561;official cLglk$a$a;c:Lxx;
-
-
Constructor Details
-
BuffetBiomeItem
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget$BuffetBiomeItem;<init>(Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget;Lnet/minecraft/registry/entry/RegistryEntry$Reference;)Vintermediary <init>Lnet/minecraft/class_415$class_4190$class_4191;<init>(Lnet/minecraft/class_415$class_4190;Lnet/minecraft/class_6880$class_6883;)Vofficial <init>Lglk$a$a;<init>(Lglk$a;Ljk$c;)V
-
-
Method Details
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>- Mappings:
Namespace Name Mixin selector named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;official aLgem$a;a()Lxx;
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIZF)Vofficial aLgdj$a;a(Lgdd;IIZF)V
-
mouseClicked
Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseClickedin interfaceElement- Overrides:
mouseClickedin classAlwaysSelectedEntryListWidget.Entry<CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem>- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(Lnet/minecraft/client/gui/Click;Z)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(Lnet/minecraft/class_11909;Z)Zofficial aLggw;a(Lgti;Z)Z
-