Enum Class AbuseReportType

java.lang.Object
java.lang.Enum<AbuseReportType>
net.minecraft.client.session.report.AbuseReportType
All Implemented Interfaces:
Serializable, Comparable<AbuseReportType>, Constable

@Environment(CLIENT) public enum AbuseReportType extends Enum<AbuseReportType>
Mappings:
Namespace Name
named net/minecraft/client/session/report/AbuseReportType
intermediary net/minecraft/class_8776
official ggr
  • Enum Constant Details

    • CHAT

      public static final AbuseReportType CHAT
      Mappings:
      Namespace Name Mixin selector
      named CHAT Lnet/minecraft/client/session/report/AbuseReportType;CHAT:Lnet/minecraft/client/session/report/AbuseReportType;
      intermediary field_46064 Lnet/minecraft/class_8776;field_46064:Lnet/minecraft/class_8776;
      official a Lggr;a:Lggr;
    • SKIN

      public static final AbuseReportType SKIN
      Mappings:
      Namespace Name Mixin selector
      named SKIN Lnet/minecraft/client/session/report/AbuseReportType;SKIN:Lnet/minecraft/client/session/report/AbuseReportType;
      intermediary field_46065 Lnet/minecraft/class_8776;field_46065:Lnet/minecraft/class_8776;
      official b Lggr;b:Lggr;
    • USERNAME

      public static final AbuseReportType USERNAME
      Mappings:
      Namespace Name Mixin selector
      named USERNAME Lnet/minecraft/client/session/report/AbuseReportType;USERNAME:Lnet/minecraft/client/session/report/AbuseReportType;
      intermediary field_46066 Lnet/minecraft/class_8776;field_46066:Lnet/minecraft/class_8776;
      official c Lggr;c:Lggr;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/client/session/report/AbuseReportType;name:Ljava/lang/String;
      intermediary field_46067 Lnet/minecraft/class_8776;field_46067:Ljava/lang/String;
      official d Lggr;d:Ljava/lang/String;
  • Constructor Details

    • AbuseReportType

      private AbuseReportType(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/session/report/AbuseReportType;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8776;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lggr;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static AbuseReportType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AbuseReportType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      named getName Lnet/minecraft/client/session/report/AbuseReportType;getName()Ljava/lang/String;
      intermediary method_53616 Lnet/minecraft/class_8776;method_53616()Ljava/lang/String;
      official a Lggr;a()Ljava/lang/String;