Class SkinReport.Builder
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report.Builder<SkinReport>
net.minecraft.client.multiplayer.chat.report.SkinReport.Builder
- Enclosing class:
SkinReport
-
Field Summary
Fields inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builder
limits, report
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(UUID reportedPlayerId, Supplier<PlayerSkin> skinGetter, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) Builder
(SkinReport 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
public Builder(UUID reportedPlayerId, Supplier<PlayerSkin> skinGetter, com.mojang.authlib.minecraft.report.AbuseReportLimits limits)
-
-
Method Details
-
hasContent
public boolean hasContent()- Specified by:
hasContent
in classReport.Builder<SkinReport>
-
checkBuildable
- Overrides:
checkBuildable
in classReport.Builder<SkinReport>
-
build
public com.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext reportingContext) - Specified by:
build
in classReport.Builder<SkinReport>
-