Class RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.RejectButton
java.lang.Object
net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
net.minecraft.client.realms.gui.screen.RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.RejectButton
- Enclosing class:
- RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry
@Environment(CLIENT)
class RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry.RejectButton
extends RealmsAcceptRejectButton
- Mappings:
Namespace Name official dtg$a$b
intermediary net/minecraft/class_4401$class_4403$class_4405
named net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionListEntry$RejectButton
-
Field Summary
Fields inherited from class net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
height, width, x, y
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleClick(int index)
protected void
render(MatrixStack matrices, int x, int y, boolean bool)
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
getBottom, getRight, handleClick, render, render
-
Constructor Details
-
RejectButton
RejectButton()
-
-
Method Details
-
render
- Specified by:
render
in classRealmsAcceptRejectButton
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldqk;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
-
handleClick
public void handleClick(int index)- Specified by:
handleClick
in classRealmsAcceptRejectButton
- Mappings:
Namespace Name Mixin selector official a
Ldsq;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
-