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 pReportedProfileId, String pReportedName, com.mojang.authlib.minecraft.report.AbuseReportLimits pLimits) Builder
(NameReport pReport, com.mojang.authlib.minecraft.report.AbuseReportLimits pLimits) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> build
(ReportingContext pReportingContext) 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 pReportingContext) - Specified by:
build
in classReport.Builder<NameReport>
-