Uses of Enum Class
net.minecraft.class_8776
Packages that use class_8776
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8776 in net.minecraft
Methods in net.minecraft that return class_8776Modifier and TypeMethodDescriptionstatic class_8776Returns the enum constant of this class with the specified name.static class_8776[]class_8776.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_8776 in net.minecraft.client.report
Fields in net.minecraft.client.report declared as class_8776Modifier and TypeFieldDescriptionprivate final class_8776Draft.ReportWithId.reportTypeThe field for thereportTyperecord component.Methods in net.minecraft.client.report that return class_8776Modifier and TypeMethodDescriptionDraft.ReportWithId.reportType()Returns the value of thereportTyperecord component.Methods in net.minecraft.client.report with parameters of type class_8776Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.datafixers.util.Unit>AbuseReportSender.Impl.send(UUID id, class_8776 class_8776, com.mojang.authlib.minecraft.report.AbuseReport abuseReport) CompletableFuture<com.mojang.datafixers.util.Unit>AbuseReportSender.send(UUID id, class_8776 class_8776, com.mojang.authlib.minecraft.report.AbuseReport abuseReport) Constructors in net.minecraft.client.report with parameters of type class_8776ModifierConstructorDescriptionReportWithId(UUID uUID, class_8776 class_8776, com.mojang.authlib.minecraft.report.AbuseReport abuseReport)