Package net.minecraft
Class class_7543.class_7544.class_7545
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<class_7543.class_7544.class_7546>
net.minecraft.class_7543.class_7544.class_7546
net.minecraft.class_7543.class_7544.class_7545
- All Implemented Interfaces:
Element,Narratable
- Enclosing class:
class_7543.class_7544
@Environment(CLIENT)
public class class_7543.class_7544.class_7545
extends class_7543.class_7544.class_7546
- Mappings:
Namespace Name official eoh$a$aintermediary net/minecraft/class_7543$class_7544$class_7545named net/minecraft/class_7543$class_7544$class_7545
-
Field Summary
FieldsFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.Methods inherited from class net.minecraft.class_7543.class_7544.class_7546
method_44514, method_44515Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrations, changeFocusMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.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.Element
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
field_39595
private static final int field_39595- See Also:
- Mappings:
Namespace Name Mixin selector official cLeoh$a$a;c:Iintermediary field_39595Lnet/minecraft/class_7543$class_7544$class_7545;field_39595:Inamed field_39595Lnet/minecraft/class_7543$class_7544$class_7545;field_39595:I
-
field_39596
- Mappings:
Namespace Name Mixin selector official dLeoh$a$a;d:Lrm;intermediary field_39596Lnet/minecraft/class_7543$class_7544$class_7545;field_39596:Lnet/minecraft/class_2561;named field_39596Lnet/minecraft/class_7543$class_7544$class_7545;field_39596:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_7545
-
-
Method Details
-
render
public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) Renders an entry in a list.- Specified by:
renderin classEntryListWidget.Entry<class_7543.class_7544.class_7546>- Parameters:
matrices- the matrix stack used for renderingindex- the index of the entryy- the Y coordinate of the entryx- the X coordinate of the entryentryWidth- the width of the entryentryHeight- the height of the entrymouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousehovered- whether the mouse is hovering over the entry- Mappings:
Namespace Name Mixin selector official aLegq$a;a(Ldzt;IIIIIIIZF)Vintermediary method_25343Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_4587;IIIIIIIZF)Vnamed renderLnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
-
getNarration
- Overrides:
getNarrationin classclass_7543.class_7544.class_7546- Mappings:
Namespace Name Mixin selector official bLehj$a;b()Lrm;intermediary method_37006Lnet/minecraft/class_4280$class_4281;method_37006()Lnet/minecraft/class_2561;named getNarrationLnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;getNarration()Lnet/minecraft/text/Text;
-