Package net.minecraft.client.gui.screens
Class PresetFlatWorldScreen.PresetsList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<PresetFlatWorldScreen.PresetsList.Entry>
net.minecraft.client.gui.screens.PresetFlatWorldScreen.PresetsList.Entry
- All Implemented Interfaces:
GuiEventListener,NarrationSupplier
- Enclosing class:
- PresetFlatWorldScreen.PresetsList
public class PresetFlatWorldScreen.PresetsList.Entry
extends ObjectSelectionList.Entry<PresetFlatWorldScreen.PresetsList.Entry>
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
listFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidblitSlotBg(PoseStack p_96485_, int p_96486_, int p_96487_) booleanmouseClicked(double p_96481_, double p_96482_, int p_96483_) voidrender(PoseStack p_96489_, int p_96490_, int p_96491_, int p_96492_, int p_96493_, int p_96494_, int p_96495_, int p_96496_, boolean p_96497_, float p_96498_) (package private) voidselect()Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOverMethods 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, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
preset
-
-
Constructor Details
-
Entry
-
-
Method Details
-
render
public void render(PoseStack p_96489_, int p_96490_, int p_96491_, int p_96492_, int p_96493_, int p_96494_, int p_96495_, int p_96496_, boolean p_96497_, float p_96498_) - Specified by:
renderin classAbstractSelectionList.Entry<PresetFlatWorldScreen.PresetsList.Entry>
-
mouseClicked
public boolean mouseClicked(double p_96481_, double p_96482_, int p_96483_) -
select
void select() -
blitSlot
-
blitSlotBg
-
getNarration
- Specified by:
getNarrationin classObjectSelectionList.Entry<PresetFlatWorldScreen.PresetsList.Entry>
-