Class NameReport.Builder
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report.Builder<NameReport>
net.minecraft.client.multiplayer.chat.report.NameReport.Builder
- Enclosing class:
- NameReport
-
Field Summary
Fields inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builder
limits, report
-
Constructor Summary
ConstructorDescriptionBuilder
(UUID p_298683_, String p_299992_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299650_) Builder
(NameReport p_297219_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_298998_) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Report.Result,
Report.CannotBuildReason> build
(ReportingContext p_299061_) boolean
Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builder
comments, reason, report, reportedProfileId, setComments, setReason
-
Constructor Details
-
Builder
public Builder(NameReport p_297219_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_298998_) -
Builder
-
-
Method Details
-
hasContent
public boolean hasContent()- Specified by:
hasContent
in classReport.Builder<NameReport>
-
checkBuildable
- Specified by:
checkBuildable
in classReport.Builder<NameReport>
-
build
public com.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext p_299061_) - Specified by:
build
in classReport.Builder<NameReport>
-