Uses of Record Class
net.minecraft.client.network.abusereport.ChatAbuseReport.ValidationError
Packages that use ChatAbuseReport.ValidationError
Package
Description
-
Uses of ChatAbuseReport.ValidationError in net.minecraft.client.gui.screen.abusereport
Fields in net.minecraft.client.gui.screen.abusereport declared as ChatAbuseReport.ValidationErrorModifier and TypeFieldDescription(package private) ChatAbuseReport.ValidationError
ChatReportScreen.validationError
-
Uses of ChatAbuseReport.ValidationError in net.minecraft.client.network.abusereport
Fields in net.minecraft.client.network.abusereport 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.network.abusereport that return ChatAbuseReport.ValidationErrorMethods in net.minecraft.client.network.abusereport that return types with arguments of type ChatAbuseReport.ValidationErrorModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ChatAbuseReport.ReportWithId,
ChatAbuseReport.ValidationError> ChatAbuseReport.finalizeReport
(AbuseReportContext reporter)