Package net.minecraft

Enum Class class_3770

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

public enum class_3770 extends Enum<class_3770> implements StringIdentifiable
Mappings:
Namespace Name
official bly
intermediary net/minecraft/class_3770
named net/minecraft/class_3770
  • Enum Constant Details

    • field_18709

      public static final class_3770 field_18709
      Mappings:
      Namespace Name Mixin selector
      official a Lbly;a:Lbly;
      intermediary field_18709 Lnet/minecraft/class_3770;field_18709:Lnet/minecraft/class_3770;
      named field_18709 Lnet/minecraft/class_3770;field_18709:Lnet/minecraft/class_3770;
    • field_18710

      public static final class_3770 field_18710
      Mappings:
      Namespace Name Mixin selector
      official b Lbly;b:Lbly;
      intermediary field_18710 Lnet/minecraft/class_3770;field_18710:Lnet/minecraft/class_3770;
      named field_18710 Lnet/minecraft/class_3770;field_18710:Lnet/minecraft/class_3770;
    • field_18711

      public static final class_3770 field_18711
      Mappings:
      Namespace Name Mixin selector
      official c Lbly;c:Lbly;
      intermediary field_18711 Lnet/minecraft/class_3770;field_18711:Lnet/minecraft/class_3770;
      named field_18711 Lnet/minecraft/class_3770;field_18711:Lnet/minecraft/class_3770;
  • Field Details

    • field_18712

      private final String field_18712
      Mappings:
      Namespace Name Mixin selector
      official d Lbly;d:Ljava/lang/String;
      intermediary field_18712 Lnet/minecraft/class_3770;field_18712:Ljava/lang/String;
      named field_18712 Lnet/minecraft/class_3770;field_18712:Ljava/lang/String;
  • Constructor Details

    • class_3770

      private class_3770(String string)
  • Method Details

    • values

      public static class_3770[] 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_3770 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
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official m Lxv;m()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;