Class SkinAbuseReport.Builder
java.lang.Object
net.minecraft.client.session.report.AbuseReport.Builder<SkinAbuseReport>
net.minecraft.client.session.report.SkinAbuseReport.Builder
- Enclosing class:
- SkinAbuseReport
@Environment(CLIENT)
public static class SkinAbuseReport.Builder
extends AbuseReport.Builder<SkinAbuseReport>
- Mappings:
- Namespace - Name - named - net/minecraft/client/session/report/SkinAbuseReport$Builder- intermediary - net/minecraft/class_8777$class_8778- official - ghk$a
- 
Field SummaryFields inherited from class net.minecraft.client.session.report.AbuseReport.Builderlimits, report
- 
Constructor SummaryConstructorsConstructorDescriptionBuilder(UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) Builder(SkinAbuseReport report, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<AbuseReport.ReportWithId, AbuseReport.ValidationError> build(AbuseReportContext context) booleanvalidate()Methods inherited from class net.minecraft.client.session.report.AbuseReport.BuildergetOpinionComments, getReason, getReport, getReportedPlayerUuid, isAttested, setAttested, setOpinionComments, setReason
- 
Constructor Details- 
Builderpublic Builder(SkinAbuseReport report, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/session/report/SkinAbuseReport$Builder;<init>(Lnet/minecraft/client/session/report/SkinAbuseReport;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V- intermediary - <init>- Lnet/minecraft/class_8777$class_8778;<init>(Lnet/minecraft/class_8777;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V- official - <init>- Lghk$a;<init>(Lghk;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V
 
- 
Builderpublic Builder(UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier, com.mojang.authlib.minecraft.report.AbuseReportLimits limits) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/session/report/SkinAbuseReport$Builder;<init>(Ljava/util/UUID;Ljava/util/function/Supplier;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V- intermediary - <init>- Lnet/minecraft/class_8777$class_8778;<init>(Ljava/util/UUID;Ljava/util/function/Supplier;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V- official - <init>- Lghk$a;<init>(Ljava/util/UUID;Ljava/util/function/Supplier;Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;)V
 
 
- 
- 
Method Details- 
hasEnoughInfopublic boolean hasEnoughInfo()- Specified by:
- hasEnoughInfoin class- AbuseReport.Builder<SkinAbuseReport>
- Mappings:
- Namespace - Name - Mixin selector - named - hasEnoughInfo- Lnet/minecraft/client/session/report/AbuseReport$Builder;hasEnoughInfo()Z- intermediary - method_53602- Lnet/minecraft/class_7855$class_8775;method_53602()Z- official - b- Lghf$a;b()Z
 
- 
validate- Overrides:
- validatein class- AbuseReport.Builder<SkinAbuseReport>
- Mappings:
- Namespace - Name - Mixin selector - named - validate- Lnet/minecraft/client/session/report/AbuseReport$Builder;validate()Lnet/minecraft/client/session/report/AbuseReport$ValidationError;- intermediary - method_53605- Lnet/minecraft/class_7855$class_8775;method_53605()Lnet/minecraft/class_7855$class_7567;- official - c- Lghf$a;c()Lghf$b;
 
- 
buildpublic com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,AbuseReport.ValidationError> build(AbuseReportContext context) - Specified by:
- buildin class- AbuseReport.Builder<SkinAbuseReport>
- Mappings:
- Namespace - Name - Mixin selector - named - build- Lnet/minecraft/client/session/report/AbuseReport$Builder;build(Lnet/minecraft/client/session/report/AbuseReportContext;)Lcom/mojang/datafixers/util/Either;- intermediary - method_53600- Lnet/minecraft/class_7855$class_8775;method_53600(Lnet/minecraft/class_7574;)Lcom/mojang/datafixers/util/Either;- official - a- Lghf$a;a(Lghj;)Lcom/mojang/datafixers/util/Either;
 
 
-