Class ChatAbuseReport
java.lang.Object
net.minecraft.client.session.report.AbuseReport
net.minecraft.client.session.report.ChatAbuseReport
- Mappings:
Namespace Name official foo
intermediary net/minecraft/class_7566
named net/minecraft/client/session/report/ChatAbuseReport
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.session.report.AbuseReport
AbuseReport.ReportWithId, AbuseReport.ValidationError
-
Field Summary
Fields inherited from class net.minecraft.client.session.report.AbuseReport
currentTime, opinionComments, reason, reportedPlayerUuid, reportId
-
Constructor Summary
ConstructorDescriptionChatAbuseReport
(UUID reportId, Instant currentTime, UUID reportedPlayerUuid) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
createReportScreen
(Screen parent, AbuseReportContext context) void
toggleMessageSelection
(int index, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) Methods inherited from class net.minecraft.client.session.report.AbuseReport
playerUuidEquals
-
Field Details
-
selectedMessages
- Mappings:
Namespace Name Mixin selector official f
Lfoo;f:Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary field_46059
Lnet/minecraft/class_7566;field_46059:Lit/unimi/dsi/fastutil/ints/IntSet;
named selectedMessages
Lnet/minecraft/client/session/report/ChatAbuseReport;selectedMessages:Lit/unimi/dsi/fastutil/ints/IntSet;
-
-
Constructor Details
-
ChatAbuseReport
- Mappings:
Namespace Name Mixin selector official <init>
Lfos;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)V
intermediary <init>
Lnet/minecraft/class_7855;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)V
named <init>
Lnet/minecraft/client/session/report/AbuseReport;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)V
-
-
Method Details
-
toggleMessageSelection
public void toggleMessageSelection(int index, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) - Mappings:
Namespace Name Mixin selector official a
Lfoo;a(ILcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V
intermediary method_44569
Lnet/minecraft/class_7566;method_44569(ILcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V
named toggleMessageSelection
Lnet/minecraft/client/session/report/ChatAbuseReport;toggleMessageSelection(ILcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V
-
copy
- Specified by:
copy
in classAbuseReport
- Mappings:
Namespace Name Mixin selector official a
Lfoo;a()Lfoo;
intermediary method_44585
Lnet/minecraft/class_7566;method_44585()Lnet/minecraft/class_7566;
named copy
Lnet/minecraft/client/session/report/ChatAbuseReport;copy()Lnet/minecraft/client/session/report/ChatAbuseReport;
-
createReportScreen
- Specified by:
createReportScreen
in classAbuseReport
- Mappings:
Namespace Name Mixin selector official a
Lfos;a(Lfdb;Lfow;)Lfdb;
intermediary method_53596
Lnet/minecraft/class_7855;method_53596(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;)Lnet/minecraft/class_437;
named createReportScreen
Lnet/minecraft/client/session/report/AbuseReport;createReportScreen(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;)Lnet/minecraft/client/gui/screen/Screen;
-