Package net.minecraft.client.gui.screens
Class CreateBuffetWorldScreen.BiomeList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
net.minecraft.client.gui.screens.CreateBuffetWorldScreen.BiomeList.Entry
- All Implemented Interfaces:
GuiEventListener,TabOrderedElement,LayoutElement,NarrationSupplier
- Enclosing class:
CreateBuffetWorldScreen.BiomeList
class CreateBuffetWorldScreen.BiomeList.Entry
extends ObjectSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Holder.Reference<Biome> (package private) final ComponentFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
CONTENT_PADDING, list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmouseClicked(MouseButtonEvent p_445463_, boolean p_433528_) voidrenderContent(GuiGraphics p_440239_, int p_439437_, int p_440381_, boolean p_439172_, float p_440598_) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
getContentBottom, getContentHeight, getContentRight, getContentWidth, getContentX, getContentXMiddle, getContentY, getContentYMiddle, getHeight, getRectangle, getWidth, getX, getY, isFocused, isMouseOver, setFocused, setHeight, setWidth, setX, setY, visitWidgetsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
biome
-
name
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getNarration
- Specified by:
getNarrationin classObjectSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
-
renderContent
public void renderContent(GuiGraphics p_440239_, int p_439437_, int p_440381_, boolean p_439172_, float p_440598_) - Specified by:
renderContentin classAbstractSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
-
mouseClicked
- Specified by:
mouseClickedin interfaceGuiEventListener- Overrides:
mouseClickedin classObjectSelectionList.Entry<CreateBuffetWorldScreen.BiomeList.Entry>
-