Package net.minecraft.client.gui.screen
Class FlatPresetsScreen.SlotList.PresetEntry
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<FlatPresetsScreen.SlotList.PresetEntry>
net.minecraft.client.gui.screen.FlatPresetsScreen.SlotList.PresetEntry
- All Implemented Interfaces:
IGuiEventListener
- Enclosing class:
- FlatPresetsScreen.SlotList
public class FlatPresetsScreen.SlotList.PresetEntry
extends ExtendedList.AbstractListEntry<FlatPresetsScreen.SlotList.PresetEntry>
-
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidblitSlot(MatrixStack p_238647_1_, int p_238647_2_, int p_238647_3_, Item p_238647_4_) private voidblitSlotBg(MatrixStack p_238646_1_, int p_238646_2_, int p_238646_3_) booleanmouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) voidrender(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) private voidselect()Methods inherited from class net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry
changeFocusMethods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
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.IGuiEventListener
charTyped, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Constructor Details
-
PresetEntry
public PresetEntry()
-
-
Method Details
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) - Specified by:
renderin classAbstractList.AbstractListEntry<FlatPresetsScreen.SlotList.PresetEntry>
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_) -
select
private void select() -
blitSlot
-
blitSlotBg
-