Package net.minecraft.client.gui.widget
Class EntryListWidget.Entry<E extends EntryListWidget.Entry<E>>
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
- Direct Known Subclasses:
AlwaysSelectedEntryListWidget.Entry
,ElementListWidget.Entry
- Enclosing class:
EntryListWidget<E extends EntryListWidget.Entry<E>>
@Environment(CLIENT)
protected abstract static class EntryListWidget.Entry<E extends EntryListWidget.Entry<E>>
extends Object
implements Element
- Mappings:
Namespace Name official enw$a
intermediary net/minecraft/class_350$class_351
named net/minecraft/client/gui/widget/EntryListWidget$Entry
-
Field Summary
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawBorder
(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) boolean
boolean
isMouseOver
(double double2, double double3) Checks if the mouse position is within the bound of the element.abstract 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.void
setFocused
(boolean bool) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
charTyped, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
parentList
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Lenw$a;a:Lenw;
intermediary field_22752
Lnet/minecraft/class_350$class_351;field_22752:Lnet/minecraft/class_350;
named parentList
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;parentList:Lnet/minecraft/client/gui/widget/EntryListWidget;
-
-
Constructor Details
-
Entry
protected Entry()
-
-
Method Details
-
setFocused
public void setFocused(boolean bool) - Specified by:
setFocused
in interfaceElement
- Mappings:
Namespace Name Mixin selector official method_25365
Lenw$a;method_25365(Z)V
intermediary method_25365
Lnet/minecraft/class_350$class_351;method_25365(Z)V
named setFocused
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;setFocused(Z)V
-
isFocused
public boolean isFocused() -
render
public abstract 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.- 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 a
Lenw$a;a(Lehe;IIIIIIIZF)V
intermediary method_25343
Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_4587;IIIIIIIZF)V
named render
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
-
drawBorder
public void drawBorder(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta) - Mappings:
Namespace Name Mixin selector official b
Lenw$a;b(Lehe;IIIIIIIZF)V
intermediary method_49568
Lnet/minecraft/class_350$class_351;method_49568(Lnet/minecraft/class_4587;IIIIIIIZF)V
named drawBorder
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;drawBorder(Lnet/minecraft/client/util/math/MatrixStack;IIIIIIIZF)V
-
isMouseOver
public boolean isMouseOver(double double2, double double3) Description copied from interface:Element
Checks if the mouse position is within the bound of the element.- Specified by:
isMouseOver
in interfaceElement
- Parameters:
double2
- the X coordinate of the mousedouble3
- the Y coordinate of the mouse- Returns:
true
if the mouse is within the bound of the element, otherwisefalse
- Mappings:
Namespace Name Mixin selector official method_25405
Lenw$a;method_25405(DD)Z
intermediary method_25405
Lnet/minecraft/class_350$class_351;method_25405(DD)Z
named isMouseOver
Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;isMouseOver(DD)Z
-