Class ChatReport
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report
net.minecraft.client.multiplayer.chat.report.ChatReport
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.multiplayer.chat.report.Report
Report.CannotBuildReason, Report.Result
-
Field Summary
Modifier and TypeFieldDescription(package private) final it.unimi.dsi.fastutil.ints.IntSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
createScreen
(Screen p_300022_, ReportingContext p_299859_) void
toggleReported
(int p_299907_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299997_) Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report
isReportedPlayer
-
Field Details
-
reportedMessages
final it.unimi.dsi.fastutil.ints.IntSet reportedMessages
-
-
Constructor Details
-
ChatReport
-
-
Method Details
-
toggleReported
public void toggleReported(int p_299907_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299997_) -
copy
-
createScreen
- Specified by:
createScreen
in classReport
-