Class AbuseReport
java.lang.Object
net.minecraft.client.session.report.AbuseReport
- Direct Known Subclasses:
ChatAbuseReport,SkinAbuseReport,UsernameAbuseReport
- Mappings:
Namespace Name official fosintermediary net/minecraft/class_7855named net/minecraft/client/session/report/AbuseReport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbuseReport.Builder<R extends AbuseReport>static final recordstatic final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbuseReportcopy()abstract ScreencreateReportScreen(Screen parent, AbuseReportContext context) booleanplayerUuidEquals(UUID uuid)
-
Field Details
-
reportId
- Mappings:
Namespace Name Mixin selector official aLfos;a:Ljava/util/UUID;intermediary field_40813Lnet/minecraft/class_7855;field_40813:Ljava/util/UUID;named reportIdLnet/minecraft/client/session/report/AbuseReport;reportId:Ljava/util/UUID;
-
currentTime
- Mappings:
Namespace Name Mixin selector official bLfos;b:Ljava/time/Instant;intermediary field_40814Lnet/minecraft/class_7855;field_40814:Ljava/time/Instant;named currentTimeLnet/minecraft/client/session/report/AbuseReport;currentTime:Ljava/time/Instant;
-
reportedPlayerUuid
- Mappings:
Namespace Name Mixin selector official cLfos;c:Ljava/util/UUID;intermediary field_40815Lnet/minecraft/class_7855;field_40815:Ljava/util/UUID;named reportedPlayerUuidLnet/minecraft/client/session/report/AbuseReport;reportedPlayerUuid:Ljava/util/UUID;
-
opinionComments
- Mappings:
Namespace Name Mixin selector official dLfos;d:Ljava/lang/String;intermediary field_40817Lnet/minecraft/class_7855;field_40817:Ljava/lang/String;named opinionCommentsLnet/minecraft/client/session/report/AbuseReport;opinionComments:Ljava/lang/String;
-
reason
- Mappings:
Namespace Name Mixin selector official eLfos;e:Lfou;intermediary field_40818Lnet/minecraft/class_7855;field_40818:Lnet/minecraft/class_7573;named reasonLnet/minecraft/client/session/report/AbuseReport;reason:Lnet/minecraft/client/session/report/AbuseReportReason;
-
-
Constructor Details
-
AbuseReport
- Mappings:
Namespace Name Mixin selector official <init>Lfos;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)Vintermediary <init>Lnet/minecraft/class_7855;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)Vnamed <init>Lnet/minecraft/client/session/report/AbuseReport;<init>(Ljava/util/UUID;Ljava/time/Instant;Ljava/util/UUID;)V
-
-
Method Details
-
playerUuidEquals
- Mappings:
Namespace Name Mixin selector official aLfos;a(Ljava/util/UUID;)Zintermediary method_46549Lnet/minecraft/class_7855;method_46549(Ljava/util/UUID;)Znamed playerUuidEqualsLnet/minecraft/client/session/report/AbuseReport;playerUuidEquals(Ljava/util/UUID;)Z
-
copy
- Mappings:
Namespace Name Mixin selector official bLfos;b()Lfos;intermediary method_46547Lnet/minecraft/class_7855;method_46547()Lnet/minecraft/class_7855;named copyLnet/minecraft/client/session/report/AbuseReport;copy()Lnet/minecraft/client/session/report/AbuseReport;
-
createReportScreen
- Mappings:
Namespace Name Mixin selector official aLfos;a(Lfdb;Lfow;)Lfdb;intermediary method_53596Lnet/minecraft/class_7855;method_53596(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;)Lnet/minecraft/class_437;named createReportScreenLnet/minecraft/client/session/report/AbuseReport;createReportScreen(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;)Lnet/minecraft/client/gui/screen/Screen;
-