net.minecraft.client.multiplayer.chat.report

public abstract class Report$Builder<R extends Report>

ggp$a
net.minecraft.client.multiplayer.chat.report.Report$Builder
net.minecraft.class_7855$class_8775
net.minecraft.client.session.report.AbuseReport$Builder

Field summary

Modifier and TypeField
protected final R
a
report
field_46061
report
protected final com.mojang.authlib.minecraft.report.AbuseReportLimits
b
limits
field_46062
limits

Constructor summary

ModifierConstructor
protected (R report, com.mojang.authlib.minecraft.report.AbuseReportLimits limits)

Method summary

Modifier and TypeMethod
public R
e()
report()
method_53611()
getReport()
public UUID
f()
reportedProfileId()
method_53612()
getReportedPlayerUuid()
public String
g()
comments()
method_53613()
getOpinionComments()
public boolean
h()
attested()
method_61156()
isAttested()
public void
a(String arg0)
setComments(String arg0)
method_53610(String arg0)
setOpinionComments(String opinionComments)
public ReportReason
i()
reason()
method_53614()
getReason()
public void
a(ggr arg0)
setReason(ReportReason arg0)
method_53609(class_7573 arg0)
setReason(AbuseReportReason reason)
public void
a(boolean arg0)
setAttested(boolean arg0)
method_61155(boolean arg0)
setAttested(boolean attested)
public abstract boolean
b()
hasContent()
method_53602()
hasEnoughInfo()
public Report$CannotBuildReason
c()
checkBuildable()
method_53605()
validate()
public abstract com.mojang.datafixers.util.Either<Report$Result, Report$CannotBuildReason>
a(ggt arg0)
build(ReportingContext arg0)
method_53600(class_7574 arg0)
build(AbuseReportContext context)