Class UsernameAbuseReport
java.lang.Object
net.minecraft.client.session.report.AbuseReport
net.minecraft.client.session.report.UsernameAbuseReport
- Mappings:
Namespace Name official foq
intermediary net/minecraft/class_8773
named net/minecraft/client/session/report/UsernameAbuseReport
-
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
ConstructorDescriptionUsernameAbuseReport
(UUID reportId, Instant currentTime, UUID reportedPlayerUuid, String username) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
createReportScreen
(Screen parent, AbuseReportContext context) Methods inherited from class net.minecraft.client.session.report.AbuseReport
playerUuidEquals
-
Field Details
-
username
- Mappings:
Namespace Name Mixin selector official f
Lfoq;f:Ljava/lang/String;
intermediary field_46060
Lnet/minecraft/class_8773;field_46060:Ljava/lang/String;
named username
Lnet/minecraft/client/session/report/UsernameAbuseReport;username:Ljava/lang/String;
-
-
Constructor Details
-
UsernameAbuseReport
- Mappings:
Namespace Name Mixin selector official <init>
Lfoq;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_8773;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;Ljava/lang/String;)V
named <init>
Lnet/minecraft/client/session/report/UsernameAbuseReport;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;Ljava/lang/String;)V
-
-
Method Details
-
getUsername
- Mappings:
Namespace Name Mixin selector official a
Lfoq;a()Ljava/lang/String;
intermediary method_53607
Lnet/minecraft/class_8773;method_53607()Ljava/lang/String;
named getUsername
Lnet/minecraft/client/session/report/UsernameAbuseReport;getUsername()Ljava/lang/String;
-
copy
- Specified by:
copy
in classAbuseReport
- Mappings:
Namespace Name Mixin selector official c
Lfoq;c()Lfoq;
intermediary method_53608
Lnet/minecraft/class_8773;method_53608()Lnet/minecraft/class_8773;
named copy
Lnet/minecraft/client/session/report/UsernameAbuseReport;copy()Lnet/minecraft/client/session/report/UsernameAbuseReport;
-
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;
-