Uses of Record Class
net.minecraft.client.session.report.AbuseReport.ValidationError
-
Uses of AbuseReport.ValidationError in net.minecraft.client.session.report
Modifier and TypeFieldDescriptionstatic final AbuseReport.ValidationError
AbuseReport.ValidationError.COMMENTS_TOO_LONG
static final AbuseReport.ValidationError
AbuseReport.ValidationError.NO_REASON
static final AbuseReport.ValidationError
AbuseReport.ValidationError.NO_REPORTED_MESSAGES
static final AbuseReport.ValidationError
AbuseReport.ValidationError.TOO_MANY_MESSAGES
Modifier and TypeMethodDescriptionabstract @Nullable AbuseReport.ValidationError
AbuseReport.Builder.validate()
ChatAbuseReport.Builder.validate()
SkinAbuseReport.Builder.validate()
UsernameAbuseReport.Builder.validate()
Modifier and TypeMethodDescriptionabstract com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> AbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> ChatAbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> SkinAbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> UsernameAbuseReport.Builder.build
(AbuseReportContext context)