Uses of Enum Class
net.minecraft.client.session.report.AbuseReportType
Packages that use AbuseReportType
-
Uses of AbuseReportType in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as AbuseReportTypeModifier and TypeFieldDescription(package private) final AbuseReportTypeAbuseReportReasonScreen.reportTypeConstructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportTypeModifierConstructorDescriptionAbuseReportReasonScreen(@Nullable Screen parent, @Nullable AbuseReportReason reason, AbuseReportType reportType, Consumer<AbuseReportReason> reasonConsumer) -
Uses of AbuseReportType in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report declared as AbuseReportTypeModifier and TypeFieldDescriptionprivate final AbuseReportTypeAbuseReport.ReportWithId.reportTypeThe field for thereportTyperecord component.Methods in net.minecraft.client.session.report that return AbuseReportTypeModifier and TypeMethodDescriptionAbuseReport.ReportWithId.reportType()Returns the value of thereportTyperecord component.static AbuseReportTypeReturns the enum constant of this class with the specified name.static AbuseReportType[]AbuseReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.session.report with parameters of type AbuseReportTypeModifier and TypeMethodDescriptionstatic List<AbuseReportReason> AbuseReportReason.getExcludedReasonsForType(AbuseReportType reportType) CompletableFuture<com.mojang.datafixers.util.Unit> AbuseReportSender.Impl.send(UUID id, AbuseReportType type, com.mojang.authlib.minecraft.report.AbuseReport report) CompletableFuture<com.mojang.datafixers.util.Unit> AbuseReportSender.send(UUID id, AbuseReportType type, com.mojang.authlib.minecraft.report.AbuseReport report) Constructors in net.minecraft.client.session.report with parameters of type AbuseReportTypeModifierConstructorDescriptionReportWithId(UUID id, AbuseReportType reportType, com.mojang.authlib.minecraft.report.AbuseReport report) Creates an instance of aReportWithIdrecord class.