Uses of Record Class
net.minecraft.client.report.ChatAbuseReport.ValidationError
Packages that use ChatAbuseReport.ValidationError
-
Uses of ChatAbuseReport.ValidationError in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as ChatAbuseReport.ValidationErrorModifier and TypeFieldDescriptionprivate ChatAbuseReport.ValidationError
ChatReportScreen.validationError
-
Uses of ChatAbuseReport.ValidationError in net.minecraft.client.report
Fields in net.minecraft.client.report declared as ChatAbuseReport.ValidationErrorModifier and TypeFieldDescriptionstatic final ChatAbuseReport.ValidationError
ChatAbuseReport.ValidationError.COMMENTS_TOO_LONG
static final ChatAbuseReport.ValidationError
ChatAbuseReport.ValidationError.NO_REASON
static final ChatAbuseReport.ValidationError
ChatAbuseReport.ValidationError.NO_REPORTED_MESSAGES
static final ChatAbuseReport.ValidationError
ChatAbuseReport.ValidationError.TOO_MANY_MESSAGES
Methods in net.minecraft.client.report that return ChatAbuseReport.ValidationErrorMethods in net.minecraft.client.report that return types with arguments of type ChatAbuseReport.ValidationErrorModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ChatAbuseReport.ReportWithId,
ChatAbuseReport.ValidationError> ChatAbuseReport.finalizeReport
(AbuseReportContext reporter)