net.minecraft.client.session.report

public final class AbuseReportContext

net.minecraft.client.multiplayer.chat.report.ReportingContext
net.minecraft.client.multiplayer.chat.report.ReportingContext
net.minecraft.class_7574
net.minecraft.client.session.report.AbuseReportContext

Field summary

Modifier and TypeField
private static final int
LOG_CAPACITY
LOG_CAPACITY
field_39675
MAX_LOGS
private final AbuseReportSender
sender
sender
field_40819
sender
private final ReporterEnvironment
environment
environment
field_40820
environment
private final ChatLog
chatLog
chatLog
field_40821
chatLog
private AbuseReport
draftReport
draftReport
field_40822
draft

Constructor summary

ModifierConstructor
public (AbuseReportSender sender, ReporterEnvironment environment, ChatLog chatLog)

Method summary

Modifier and TypeMethod
public static AbuseReportContext
create(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService)
create(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService)
method_44599(class_7569 arg0, com.mojang.authlib.minecraft.UserApiService arg1)
create(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService)
public void
draftReportHandled(Minecraft minecraft, Screen lastScreen, Runnable onDiscard, boolean quitToTitle)
draftReportHandled(Minecraft minecraft, Screen lastScreen, Runnable onDiscard, boolean quitToTitle)
method_46552(class_310 arg0, class_437 arg1, Runnable arg2, boolean arg3)
tryShowDraftScreen(MinecraftClient client, Screen parent, Runnable callback, boolean quit)
public AbuseReportSender
sender()
sender()
method_46550()
getSender()
public ChatLog
chatLog()
chatLog()
method_46555()
getChatLog()
public boolean
matches(ReportEnvironment environment)
matches(ReportEnvironment environment)
method_44598(class_7569 arg0)
environmentEquals(ReporterEnvironment environment)
public void
setReportDraft(Report draftReport)
setReportDraft(Report draftReport)
method_46553(class_7855 arg0)
setDraft(AbuseReport draft)
public boolean
hasDraftReport()
hasDraftReport()
method_46556()
hasDraft()
public boolean
hasDraftReportFor(UUID playerId)
hasDraftReportFor(UUID playerId)
method_46554(UUID arg0)
draftPlayerUuidEquals(UUID uuid)