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 AbuseReportType
AbuseReportReasonScreen.reportType
Constructors 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 AbuseReportType
AbuseReport.ReportWithId.reportType
The field for thereportType
record component.Methods in net.minecraft.client.session.report that return AbuseReportTypeModifier and TypeMethodDescriptionAbuseReport.ReportWithId.reportType()
Returns the value of thereportType
record component.static AbuseReportType
Returns 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 uUID, AbuseReportType abuseReportType, com.mojang.authlib.minecraft.report.AbuseReport abuseReport)