net.minecraft.client.multiplayer.chat.report

public abstract class Report$Builder<R extends Report>

fos$a
net.minecraft.client.multiplayer.chat.report.Report$Builder
net.minecraft.class_7855$class_8775
net.minecraft.client.session.report.AbuseReport$Builder
net.minecraft.src.C_290302_$C_290068_

Field summary

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

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()
m_292899_()
public UUID
f()
reportedProfileId()
method_53612()
getReportedPlayerUuid()
m_294500_()
public String
g()
comments()
method_53613()
getOpinionComments()
m_295576_()
public void
a(String arg0)
setComments(String arg0)
method_53610(String arg0)
setOpinionComments(String opinionComments)
m_293258_(String arg0)
public ReportReason
h()
reason()
method_53614()
getReason()
m_295535_()
public void
a(fou arg0)
setReason(ReportReason arg0)
method_53609(class_7573 arg0)
setReason(AbuseReportReason reason)
m_294795_(C_238466_ arg0)
public abstract boolean
b()
hasContent()
method_53602()
hasEnoughInfo()
m_293281_()
public abstract Report$CannotBuildReason
c()
checkBuildable()
method_53605()
validate()
m_293936_()
public abstract com.mojang.datafixers.util.Either<Report$Result, Report$CannotBuildReason>
a(fow arg0)
build(ReportingContext arg0)
method_53600(class_7574 arg0)
build(AbuseReportContext context)
m_292692_(C_238495_ arg0)