Class CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>
net.minecraft.client.gui.screen.world.CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry
net.minecraft.client.gui.screen.world.CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry
- All Implemented Interfaces:
Element,Narratable,Navigable,Widget
- Enclosing class:
CustomizeFlatLevelScreen.SuperflatLayersListWidget
@Environment(CLIENT)
private class CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry
extends CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntryintermediary net/minecraft/class_413$class_4192$class_4193official gll$a$c
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int(package private) final FlatChunkGeneratorLayerFields inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
PADDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ItemStackcreateItemStackFor(BlockState state) booleanmouseClicked(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.private voidrenderIcon(DrawContext context, int x, int y, ItemStack iconItem) private voidrenderIconBackgroundTexture(DrawContext context, int x, int y) 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
-
layer
- Mappings:
Namespace Name Mixin selector named layerLnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;layer:Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;intermediary field_62150Lnet/minecraft/class_413$class_4192$class_4193;field_62150:Lnet/minecraft/class_3229;official bLgll$a$c;b:Leyn;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;index:Iintermediary field_62151Lnet/minecraft/class_413$class_4192$class_4193;field_62151:Iofficial cLgll$a$c;c:I
-
-
Constructor Details
-
SuperflatLayerEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;<init>(Lnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget;Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;I)Vintermediary <init>Lnet/minecraft/class_413$class_4192$class_4193;<init>(Lnet/minecraft/class_413$class_4192;Lnet/minecraft/class_3229;I)Vofficial <init>Lgll$a$c;<init>(Lgll$a;Leyn;I)V
-
-
Method Details
-
render
Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>- 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
-
createItemStackFor
- Mappings:
Namespace Name Mixin selector named createItemStackForLnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;createItemStackFor(Lnet/minecraft/block/BlockState;)Lnet/minecraft/item/ItemStack;intermediary method_37055Lnet/minecraft/class_413$class_4192$class_4193;method_37055(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1799;official aLgll$a$c;a(Lejm;)Ldhp;
-
getNarration
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>- 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;
-
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<CustomizeFlatLevelScreen.SuperflatLayersListWidget.Entry>- 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
-
renderIcon
- Mappings:
Namespace Name Mixin selector named renderIconLnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;renderIcon(Lnet/minecraft/client/gui/DrawContext;IILnet/minecraft/item/ItemStack;)Vintermediary method_19375Lnet/minecraft/class_413$class_4192$class_4193;method_19375(Lnet/minecraft/class_332;IILnet/minecraft/class_1799;)Vofficial aLgll$a$c;a(Lgdd;IILdhp;)V
-
renderIconBackgroundTexture
- Mappings:
Namespace Name Mixin selector named renderIconBackgroundTextureLnet/minecraft/client/gui/screen/world/CustomizeFlatLevelScreen$SuperflatLayersListWidget$SuperflatLayerEntry;renderIconBackgroundTexture(Lnet/minecraft/client/gui/DrawContext;II)Vintermediary method_19373Lnet/minecraft/class_413$class_4192$class_4193;method_19373(Lnet/minecraft/class_332;II)Vofficial aLgll$a$c;a(Lgdd;II)V
-