java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report
Direct Known Subclasses:
ChatReport, NameReport, SkinReport

public abstract class Report extends Object
  • Field Details Link icon

    • reportId Link icon

      protected final UUID reportId
    • createdAt Link icon

      protected final Instant createdAt
    • reportedProfileId Link icon

      protected final UUID reportedProfileId
    • comments Link icon

      protected String comments
    • reason Link icon

      @Nullable protected ReportReason reason
    • attested Link icon

      protected boolean attested
  • Constructor Details Link icon

    • Report Link icon

      public Report(UUID p_297657_, Instant p_300470_, UUID p_297764_)
  • Method Details Link icon

    • isReportedPlayer Link icon

      public boolean isReportedPlayer(UUID p_297578_)
    • copy Link icon

      public abstract Report copy()
    • createScreen Link icon

      public abstract Screen createScreen(Screen p_299662_, ReportingContext p_299414_)