Uses of Record Class
com.mojang.authlib.minecraft.report.ReportChatMessage
Packages that use ReportChatMessage
Package
Description
-
Uses of ReportChatMessage in com.mojang.authlib.minecraft.report
Fields in com.mojang.authlib.minecraft.report with type parameters of type ReportChatMessageModifier and TypeFieldDescriptionprivate final List<ReportChatMessage> ReportEvidence.messagesThe field for themessagesrecord component.Methods in com.mojang.authlib.minecraft.report that return types with arguments of type ReportChatMessageModifier and TypeMethodDescriptionReportEvidence.messages()Returns the value of themessagesrecord component.Constructor parameters in com.mojang.authlib.minecraft.report with type arguments of type ReportChatMessageModifierConstructorDescriptionReportEvidence(List<ReportChatMessage> messages) Creates an instance of aReportEvidencerecord class. -
Uses of ReportChatMessage in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ReportChatMessageModifier and TypeMethodDescriptionprivate ReportChatMessageChatReport.Builder.buildReportedChatMessage(LoggedChatMessage.Player chat, boolean reported)