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 net.minecraft.client.multiplayer.chat.report.Report
Report.CannotBuildReason, Report.Result - 
Field Summary
FieldsModifier and TypeFieldDescription(package private) final it.unimi.dsi.fastutil.ints.IntSet - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()createScreen(Screen p_300022_, ReportingContext p_299859_) voidtoggleReported(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:
 createScreenin classReport
 
 -