Class RealmsPlayerScreen.InvitedObjectSelectionListEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
net.minecraft.client.realms.gui.screen.RealmsPlayerScreen.InvitedObjectSelectionListEntry
- All Implemented Interfaces:
Element,Narratable,Navigable
- Enclosing class:
RealmsPlayerScreen
@Environment(CLIENT)
private class RealmsPlayerScreen.InvitedObjectSelectionListEntry
extends AlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>
- Mappings:
Namespace Name official eko$aintermediary net/minecraft/class_4406$class_4408named net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate final List<ClickableWidget>private final TexturedButtonWidgetprivate final TexturedButtonWidgetprivate final TexturedButtonWidgetprivate final PlayerInfoFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.voidrender(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.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
appendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.Entry
drawBorder, isFocused, isMouseOver, setFocusedMethods 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, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
-
Field Details
-
field_44531
private static final int field_44531- See Also:
- Mappings:
Namespace Name Mixin selector official bLeko$a;b:Iintermediary field_44531Lnet/minecraft/class_4406$class_4408;field_44531:Inamed field_44531Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44531:I
-
field_44532
private static final int field_44532- See Also:
- Mappings:
Namespace Name Mixin selector official cLeko$a;c:Iintermediary field_44532Lnet/minecraft/class_4406$class_4408;field_44532:Inamed field_44532Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44532:I
-
field_44533
private static final int field_44533- See Also:
- Mappings:
Namespace Name Mixin selector official dLeko$a;d:Iintermediary field_44533Lnet/minecraft/class_4406$class_4408;field_44533:Inamed field_44533Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44533:I
-
field_44534
private static final int field_44534- See Also:
- Mappings:
Namespace Name Mixin selector official eLeko$a;e:Iintermediary field_44534Lnet/minecraft/class_4406$class_4408;field_44534:Inamed field_44534Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44534:I
-
playerInfo
- Mappings:
Namespace Name Mixin selector official fLeko$a;f:Leip;intermediary field_19979Lnet/minecraft/class_4406$class_4408;field_19979:Lnet/minecraft/class_4874;named playerInfoLnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;playerInfo:Lnet/minecraft/client/realms/dto/PlayerInfo;
-
field_44535
- Mappings:
Namespace Name Mixin selector official hLeko$a;h:Ljava/util/List;intermediary field_44535Lnet/minecraft/class_4406$class_4408;field_44535:Ljava/util/List;named field_44535Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44535:Ljava/util/List;
-
field_44536
- Mappings:
Namespace Name Mixin selector official iLeko$a;i:Leov;intermediary field_44536Lnet/minecraft/class_4406$class_4408;field_44536:Lnet/minecraft/class_344;named field_44536Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44536:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
-
field_44537
- Mappings:
Namespace Name Mixin selector official jLeko$a;j:Leov;intermediary field_44537Lnet/minecraft/class_4406$class_4408;field_44537:Lnet/minecraft/class_344;named field_44537Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44537:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
-
field_44538
- Mappings:
Namespace Name Mixin selector official kLeko$a;k:Leov;intermediary field_44538Lnet/minecraft/class_4406$class_4408;field_44538:Lnet/minecraft/class_344;named field_44538Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;field_44538:Lnet/minecraft/client/gui/widget/TexturedButtonWidget;
-
-
Constructor Details
-
InvitedObjectSelectionListEntry
-
-
Method Details
-
method_51247
public void method_51247()- Mappings:
Namespace Name Mixin selector official bLeko$a;b()Vintermediary method_51247Lnet/minecraft/class_4406$class_4408;method_51247()Vnamed method_51247Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionListEntry;method_51247()V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLepu;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
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<RealmsPlayerScreen.InvitedObjectSelectionListEntry>- 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 aLeof$a;a(Lehm;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
- Specified by:
getNarrationin classAlwaysSelectedEntryListWidget.Entry<RealmsPlayerScreen.InvitedObjectSelectionListEntry>- Mappings:
Namespace Name Mixin selector official aLepe$a;a()Lsv;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;
-