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
ConstructorsConstructorDescriptionBuilder
(UUID reportedProfileId, String reportedName, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) Builder
(NameReport report, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> build
(ReportingContext reportingContext) boolean
Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builder
attested, comments, reason, report, reportedProfileId, setAttested, setComments, setReason
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
hasContent
public boolean hasContent()- Specified by:
hasContent
in classReport.Builder<NameReport>
-
checkBuildable
- Overrides:
checkBuildable
in classReport.Builder<NameReport>
-
build
public com.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext reportingContext) - Specified by:
build
in classReport.Builder<NameReport>
-