Uses of Record Class
net.minecraft.client.report.AbuseReportContext
Packages that use AbuseReportContext
Package
Description
-
Uses of AbuseReportContext in net.minecraft.client
Fields in net.minecraft.client declared as AbuseReportContextMethods in net.minecraft.client that return AbuseReportContext -
Uses of AbuseReportContext in net.minecraft.client.gui.screen.abusereport
Fields in net.minecraft.client.gui.screen.abusereport declared as AbuseReportContextConstructors in net.minecraft.client.gui.screen.abusereport with parameters of type AbuseReportContextModifierConstructorDescriptionChatReportScreen(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) -
Uses of AbuseReportContext in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as AbuseReportContextConstructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportContextModifierConstructorDescriptionChatSelectionScreen(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport report, Consumer<ChatAbuseReport> newReportConsumer) -
Uses of AbuseReportContext in net.minecraft.client.network.abusereport
Methods in net.minecraft.client.network.abusereport with parameters of type AbuseReportContextModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ChatAbuseReport.ReportWithId,ChatAbuseReport.ValidationError> ChatAbuseReport.finalizeReport(AbuseReportContext reporter) -
Uses of AbuseReportContext in net.minecraft.client.report
Methods in net.minecraft.client.report that return AbuseReportContextModifier and TypeMethodDescriptionstatic AbuseReportContextAbuseReportContext.create(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService)