Class RealmsAcceptRejectButton
java.lang.Object
net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
- Direct Known Subclasses:
- RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.AcceptButton,- RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.RejectButton
- Mappings:
- Namespace - Name - official - ecy- intermediary - net/minecraft/class_4371- named - net/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintgetRight()abstract voidhandleClick(int index) static voidhandleClick(RealmsObjectSelectionList<?> selectionList, AlwaysSelectedEntryListWidget.Entry<?> entry, List<RealmsAcceptRejectButton> buttons, int button, double mouseX, double mouseY) protected abstract voidrender(MatrixStack matrices, int x, int y, boolean showTooltip) voidrender(MatrixStack matrices, int x, int y, int mouseX, int mouseY) static voidrender(MatrixStack matrices, List<RealmsAcceptRejectButton> buttons, RealmsObjectSelectionList<?> selectionList, int x, int y, int mouseX, int mouseY) 
- 
Field Details- 
widthpublic final int width- Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a:I- intermediary - field_19690- Lnet/minecraft/class_4371;field_19690:I- named - width- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;width:I
 
- 
heightpublic final int height- Mappings:
- Namespace - Name - Mixin selector - official - b- Lecy;b:I- intermediary - field_19691- Lnet/minecraft/class_4371;field_19691:I- named - height- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;height:I
 
- 
xpublic final int x- Mappings:
- Namespace - Name - Mixin selector - official - c- Lecy;c:I- intermediary - field_19692- Lnet/minecraft/class_4371;field_19692:I- named - x- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;x:I
 
- 
ypublic final int y- Mappings:
- Namespace - Name - Mixin selector - official - d- Lecy;d:I- intermediary - field_19693- Lnet/minecraft/class_4371;field_19693:I- named - y- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;y:I
 
 
- 
- 
Constructor Details- 
RealmsAcceptRejectButtonpublic RealmsAcceptRejectButton(int width, int height, int x, int y) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lecy;<init>(IIII)V- intermediary - <init>- Lnet/minecraft/class_4371;<init>(IIII)V- named - <init>- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;<init>(IIII)V
 
 
- 
- 
Method Details- 
render- Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a(Leaq;IIII)V- intermediary - method_21111- Lnet/minecraft/class_4371;method_21111(Lnet/minecraft/class_4587;IIII)V- named - render- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;render(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
 
- 
render- Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a(Leaq;IIZ)V- intermediary - method_21112- Lnet/minecraft/class_4371;method_21112(Lnet/minecraft/class_4587;IIZ)V- named - render- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;render(Lnet/minecraft/client/util/math/MatrixStack;IIZ)V
 
- 
getRightpublic int getRight()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a()I- intermediary - method_21109- Lnet/minecraft/class_4371;method_21109()I- named - getRight- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;getRight()I
 
- 
getBottompublic int getBottom()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lecy;b()I- intermediary - method_21115- Lnet/minecraft/class_4371;method_21115()I- named - getBottom- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;getBottom()I
 
- 
handleClickpublic abstract void handleClick(int index) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a(I)V- intermediary - method_21110- Lnet/minecraft/class_4371;method_21110(I)V- named - handleClick- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;handleClick(I)V
 
- 
renderpublic static void render(MatrixStack matrices, List<RealmsAcceptRejectButton> buttons, RealmsObjectSelectionList<?> selectionList, int x, int y, int mouseX, int mouseY) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a(Leaq;Ljava/util/List;Lfos;IIII)V- intermediary - method_21113- Lnet/minecraft/class_4371;method_21113(Lnet/minecraft/class_4587;Ljava/util/List;Lnet/minecraft/class_4904;IIII)V- named - render- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;render(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;Lnet/minecraft/client/realms/RealmsObjectSelectionList;IIII)V
 
- 
handleClickpublic static void handleClick(RealmsObjectSelectionList<?> selectionList, AlwaysSelectedEntryListWidget.Entry<?> entry, List<RealmsAcceptRejectButton> buttons, int button, double mouseX, double mouseY) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lecy;a(Lfos;Leie$a;Ljava/util/List;IDD)V- intermediary - method_21114- Lnet/minecraft/class_4371;method_21114(Lnet/minecraft/class_4904;Lnet/minecraft/class_4280$class_4281;Ljava/util/List;IDD)V- named - handleClick- Lnet/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton;handleClick(Lnet/minecraft/client/realms/RealmsObjectSelectionList;Lnet/minecraft/client/gui/widget/AlwaysSelectedEntryListWidget$Entry;Ljava/util/List;IDD)V
 
 
-