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 p_301218_, Supplier<PlayerSkin> p_298052_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299174_) Builder(SkinReport p_297260_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_298411_)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext p_297496_) booleanMethods inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builder
comments, reason, report, reportedProfileId, setComments, setReason 
- 
Constructor Details
- 
Builder
public Builder(SkinReport p_297260_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_298411_)  - 
Builder
public Builder(UUID p_301218_, Supplier<PlayerSkin> p_298052_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299174_)  
 - 
 - 
Method Details
- 
hasContent
public boolean hasContent()- Specified by:
 hasContentin classReport.Builder<SkinReport>
 - 
checkBuildable
- Specified by:
 checkBuildablein classReport.Builder<SkinReport>
 - 
build
public com.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext p_297496_) - Specified by:
 buildin classReport.Builder<SkinReport>
 
 -