Package net.minecraft

Enum Class class_8776

java.lang.Object
java.lang.Enum<class_8776>
net.minecraft.class_8776
All Implemented Interfaces:
Serializable, Comparable<class_8776>, Constable

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

    • CHAT

      public static final class_8776 CHAT
      Mappings:
      Namespace Name Mixin selector
      official a Lfjo;a:Lfjo;
      intermediary field_46064 Lnet/minecraft/class_8776;field_46064:Lnet/minecraft/class_8776;
      named CHAT Lnet/minecraft/class_8776;CHAT:Lnet/minecraft/class_8776;
    • SKIN

      public static final class_8776 SKIN
      Mappings:
      Namespace Name Mixin selector
      official b Lfjo;b:Lfjo;
      intermediary field_46065 Lnet/minecraft/class_8776;field_46065:Lnet/minecraft/class_8776;
      named SKIN Lnet/minecraft/class_8776;SKIN:Lnet/minecraft/class_8776;
    • USERNAME

      public static final class_8776 USERNAME
      Mappings:
      Namespace Name Mixin selector
      official c Lfjo;c:Lfjo;
      intermediary field_46066 Lnet/minecraft/class_8776;field_46066:Lnet/minecraft/class_8776;
      named USERNAME Lnet/minecraft/class_8776;USERNAME:Lnet/minecraft/class_8776;
  • Field Details

    • field_46067

      private final String field_46067
      Mappings:
      Namespace Name Mixin selector
      official d Lfjo;d:Ljava/lang/String;
      intermediary field_46067 Lnet/minecraft/class_8776;field_46067:Ljava/lang/String;
      named field_46067 Lnet/minecraft/class_8776;field_46067:Ljava/lang/String;
  • Constructor Details

    • class_8776

      private class_8776(String string)
  • Method Details

    • values

      public static class_8776[] 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 class_8776 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
    • method_53616

      public String method_53616()
      Mappings:
      Namespace Name Mixin selector
      official a Lfjo;a()Ljava/lang/String;
      intermediary method_53616 Lnet/minecraft/class_8776;method_53616()Ljava/lang/String;
      named method_53616 Lnet/minecraft/class_8776;method_53616()Ljava/lang/String;