Package net.minecraft

Enum Class class_56

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

public enum class_56 extends Enum<class_56>
Mappings:
Namespace Name
intermediary net/minecraft/class_56
glue class_97
server co
client eb
named net/minecraft/class_56
  • Enum Constant Details

    • SKY

      public static final class_56 SKY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2757 Lnet/minecraft/class_56;field_2757:Lnet/minecraft/class_56;
      glue field_231 Lclass_97;field_231:Lclass_97;
      server a Lco;a:Lco;
      client a Leb;a:Leb;
      named SKY Lnet/minecraft/class_56;SKY:Lnet/minecraft/class_56;
    • BLOCK

      public static final class_56 BLOCK
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2758 Lnet/minecraft/class_56;field_2758:Lnet/minecraft/class_56;
      glue field_232 Lclass_97;field_232:Lclass_97;
      server b Lco;b:Lco;
      client b Leb;b:Leb;
      named BLOCK Lnet/minecraft/class_56;BLOCK:Lnet/minecraft/class_56;
  • Field Details

    • field_2759

      public final int field_2759
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2759 Lnet/minecraft/class_56;field_2759:I
      glue field_233 Lclass_97;field_233:I
      server c Lco;c:I
      client c Leb;c:I
      named field_2759 Lnet/minecraft/class_56;field_2759:I
  • Constructor Details

    • class_56

      private class_56(int int2)
  • Method Details

    • values

      public static class_56[] 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_56 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