Uses of Record Class
net.minecraft.client.session.report.AbuseReport.ValidationError
Packages that use AbuseReport.ValidationError
-
Uses of AbuseReport.ValidationError in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report declared as AbuseReport.ValidationErrorModifier 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
Methods in net.minecraft.client.session.report that return AbuseReport.ValidationErrorModifier and TypeMethodDescriptionabstract @Nullable AbuseReport.ValidationError
AbuseReport.Builder.validate()
ChatAbuseReport.Builder.validate()
SkinAbuseReport.Builder.validate()
UsernameAbuseReport.Builder.validate()
Methods in net.minecraft.client.session.report that return types with arguments of type AbuseReport.ValidationErrorModifier 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)