Class ChatReportBuilder.ChatReport

java.lang.Object
net.minecraft.client.multiplayer.chat.report.ChatReportBuilder.ChatReport
Enclosing class:
ChatReportBuilder

public class ChatReportBuilder.ChatReport extends Object
  • Field Details

    • reportId

      final UUID reportId
    • createdAt

      final Instant createdAt
    • reportedProfileId

      final UUID reportedProfileId
    • reportedMessages

      final it.unimi.dsi.fastutil.ints.IntSet reportedMessages
    • comments

      String comments
    • reason

      @Nullable ReportReason reason
  • Constructor Details

    • ChatReport

      ChatReport(UUID p_254298_, Instant p_253854_, UUID p_253630_)
  • Method Details

    • toggleReported

      public void toggleReported(int p_254375_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_254456_)
    • copy

    • isReportedPlayer

      public boolean isReportedPlayer(UUID p_253762_)