Class ChatReport
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report
net.minecraft.client.multiplayer.chat.report.ChatReport
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Report
Report.CannotBuildReason, Report.Result -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.IntSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateChatReport(UUID reportId, Instant createdAt, UUID reportedProfileId) -
Method Summary
Modifier and TypeMethodDescriptioncopy()createScreen(Screen lastScreen, ReportingContext context) voidtoggleReported(int id, AbuseReportLimits limits) Methods inherited from class Report
isReportedPlayer
-
Field Details
-
reportedMessages
private final it.unimi.dsi.fastutil.ints.IntSet reportedMessages
-
-
Constructor Details
-
ChatReport
-
-
Method Details
-
toggleReported
-
copy
-
createScreen
- Specified by:
createScreenin classReport
-