Uses of Enum Class
net.minecraft.client.report.AbuseReportType
Packages that use AbuseReportType
-
Uses of AbuseReportType in net.minecraft.client.report
Fields in net.minecraft.client.report declared as AbuseReportTypeModifier and TypeFieldDescriptionprivate final AbuseReportTypeAbuseReport.ReportWithId.reportTypeThe field for thereportTyperecord component.Methods in net.minecraft.client.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.report with parameters of type AbuseReportTypeModifier and TypeMethodDescriptionCompletableFuture<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.report with parameters of type AbuseReportTypeModifierConstructorDescriptionReportWithId(UUID uUID, AbuseReportType abuseReportType, com.mojang.authlib.minecraft.report.AbuseReport abuseReport)