Package net.minecraft

Enum Class class_10756.class_10757

java.lang.Object
java.lang.Enum<class_10756.class_10757>
net.minecraft.class_10756.class_10757
All Implemented Interfaces:
Serializable, Comparable<class_10756.class_10757>, Constable, StringIdentifiable
Enclosing class:
class_10756

public static enum class_10756.class_10757 extends Enum<class_10756.class_10757> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10756$class_10757
intermediary net/minecraft/class_10756$class_10757
official cjb$a
  • Enum Constant Details

    • NORMAL

      public static final class_10756.class_10757 NORMAL
      Mappings:
      Namespace Name Mixin selector
      named NORMAL Lnet/minecraft/class_10756$class_10757;NORMAL:Lnet/minecraft/class_10756$class_10757;
      intermediary field_56542 Lnet/minecraft/class_10756$class_10757;field_56542:Lnet/minecraft/class_10756$class_10757;
      official a Lcjb$a;a:Lcjb$a;
    • COLD

      public static final class_10756.class_10757 COLD
      Mappings:
      Namespace Name Mixin selector
      named COLD Lnet/minecraft/class_10756$class_10757;COLD:Lnet/minecraft/class_10756$class_10757;
      intermediary field_56543 Lnet/minecraft/class_10756$class_10757;field_56543:Lnet/minecraft/class_10756$class_10757;
      official b Lcjb$a;b:Lcjb$a;
  • Field Details

    • field_56544

      public static final com.mojang.serialization.Codec<class_10756.class_10757> field_56544
      Mappings:
      Namespace Name Mixin selector
      named field_56544 Lnet/minecraft/class_10756$class_10757;field_56544:Lcom/mojang/serialization/Codec;
      intermediary field_56544 Lnet/minecraft/class_10756$class_10757;field_56544:Lcom/mojang/serialization/Codec;
      official c Lcjb$a;c:Lcom/mojang/serialization/Codec;
    • field_56545

      private final String field_56545
      Mappings:
      Namespace Name Mixin selector
      named field_56545 Lnet/minecraft/class_10756$class_10757;field_56545:Ljava/lang/String;
      intermediary field_56545 Lnet/minecraft/class_10756$class_10757;field_56545:Ljava/lang/String;
      official d Lcjb$a;d:Ljava/lang/String;
  • Constructor Details

    • class_10757

      private class_10757(String string)
  • Method Details

    • values

      public static class_10756.class_10757[] 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_10756.class_10757 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()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbak;c()Ljava/lang/String;