类 ChatReportBuilder.ChatReport

java.lang.Object
net.minecraft.client.multiplayer.chat.report.ChatReportBuilder.ChatReport
封闭类:
ChatReportBuilder

public class ChatReportBuilder.ChatReport extends Object
  • 字段详细资料

    • 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
  • 构造器详细资料

    • ChatReport

      ChatReport(UUID pReportId, Instant pCreatedAt, UUID pReportedProfileId)
  • 方法详细资料

    • toggleReported

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

    • isReportedPlayer

      public boolean isReportedPlayer(UUID pUuid)