Uses of Class
net.minecraft.client.report.AbuseReportContext
Packages that use AbuseReportContext
Package
Description
The base package for all Minecraft classes.
-
Uses of AbuseReportContext in net.minecraft
Fields in net.minecraft declared as AbuseReportContextModifier and TypeFieldDescriptionprotected final AbuseReportContextclass_8768.field_46020private final AbuseReportContextclass_8770.field_46048Methods in net.minecraft with parameters of type AbuseReportContextModifier and TypeMethodDescriptionclass_8773.method_53596(Screen screen, AbuseReportContext abuseReportContext) class_8777.method_53596(Screen screen, AbuseReportContext abuseReportContext) com.mojang.datafixers.util.Either<Draft.ReportWithId,Draft.ValidationError> class_8773.class_8774.method_53600(AbuseReportContext abuseReportContext) com.mojang.datafixers.util.Either<Draft.ReportWithId,Draft.ValidationError> class_8777.class_8778.method_53600(AbuseReportContext abuseReportContext) Constructors in net.minecraft with parameters of type AbuseReportContextModifierConstructorDescriptionprotectedclass_8768(Text text, Screen screen, AbuseReportContext abuseReportContext, B b) class_8769(Screen screen, AbuseReportContext abuseReportContext, UUID uUID, String string) class_8769(Screen screen, AbuseReportContext abuseReportContext, class_8773 class_8773) privateclass_8769(Screen screen, AbuseReportContext abuseReportContext, class_8773.class_8774 class_8774) class_8770(Screen screen, AbuseReportContext abuseReportContext, SocialInteractionsPlayerListEntry socialInteractionsPlayerListEntry) class_8771(Screen screen, AbuseReportContext abuseReportContext, UUID uUID, Supplier<SkinTextures> supplier) class_8771(Screen screen, AbuseReportContext abuseReportContext, class_8777 class_8777) privateclass_8771(Screen screen, AbuseReportContext abuseReportContext, class_8777.class_8778 class_8778) -
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.report
Fields in net.minecraft.client.gui.screen.report declared as AbuseReportContextConstructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportContextModifierConstructorDescriptionChatReportScreen(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) ChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport chatAbuseReport) privateChatReportScreen(Screen screen, AbuseReportContext context, ChatAbuseReport.class_8772 class_8772) ChatSelectionScreen(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.class_8772 report, Consumer<ChatAbuseReport.class_8772> newReportConsumer) -
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) Methods in net.minecraft.client.report with parameters of type AbuseReportContextModifier and TypeMethodDescriptionChatAbuseReport.method_53596(Screen screen, AbuseReportContext abuseReportContext) abstract ScreenDraft.method_53596(Screen screen, AbuseReportContext abuseReportContext) com.mojang.datafixers.util.Either<Draft.ReportWithId,Draft.ValidationError> ChatAbuseReport.class_8772.method_53600(AbuseReportContext abuseReportContext) abstract com.mojang.datafixers.util.Either<Draft.ReportWithId,Draft.ValidationError> Draft.class_8775.method_53600(AbuseReportContext abuseReportContext) private com.mojang.authlib.minecraft.report.ReportEvidenceChatAbuseReport.class_8772.method_53604(AbuseReportContext abuseReportContext) Constructors in net.minecraft.client.report with parameters of type AbuseReportContextModifierConstructorDescriptionMessagesListAdder(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate)