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
official fjy
intermediary net/minecraft/class_8776
named net/minecraft/client/session/report/AbuseReportType
  • Enum Constant Details

    • CHAT

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

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

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

    • name

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

    • AbuseReportType

      private AbuseReportType(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfjy;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8776;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/client/session/report/AbuseReportType;<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
      official a Lfjy;a()Ljava/lang/String;
      intermediary method_53616 Lnet/minecraft/class_8776;method_53616()Ljava/lang/String;
      named getName Lnet/minecraft/client/session/report/AbuseReportType;getName()Ljava/lang/String;