Enum Class SkeletonSkullBlock.class_3723

java.lang.Object
java.lang.Enum<SkeletonSkullBlock.class_3723>
net.minecraft.block.SkeletonSkullBlock.class_3723
All Implemented Interfaces:
Serializable, Comparable<SkeletonSkullBlock.class_3723>, Constable, SkeletonSkullBlock.class_3722
Enclosing class:
SkeletonSkullBlock

public static enum SkeletonSkullBlock.class_3723 extends Enum<SkeletonSkullBlock.class_3723> implements SkeletonSkullBlock.class_3722
Mappings:
Namespace Name
official bhk$b
intermediary net/minecraft/class_1305$class_3723
named net/minecraft/block/SkeletonSkullBlock$class_3723
  • Enum Constant Details

    • field_18479

      public static final SkeletonSkullBlock.class_3723 field_18479
      Mappings:
      Namespace Name Mixin selector
      official a Lbhk$b;a:Lbhk$b;
      intermediary field_18479 Lnet/minecraft/class_1305$class_3723;field_18479:Lnet/minecraft/class_1305$class_3723;
      named field_18479 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18479:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
    • field_18480

      public static final SkeletonSkullBlock.class_3723 field_18480
      Mappings:
      Namespace Name Mixin selector
      official b Lbhk$b;b:Lbhk$b;
      intermediary field_18480 Lnet/minecraft/class_1305$class_3723;field_18480:Lnet/minecraft/class_1305$class_3723;
      named field_18480 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18480:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
    • field_18481

      public static final SkeletonSkullBlock.class_3723 field_18481
      Mappings:
      Namespace Name Mixin selector
      official c Lbhk$b;c:Lbhk$b;
      intermediary field_18481 Lnet/minecraft/class_1305$class_3723;field_18481:Lnet/minecraft/class_1305$class_3723;
      named field_18481 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18481:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
    • field_18482

      public static final SkeletonSkullBlock.class_3723 field_18482
      Mappings:
      Namespace Name Mixin selector
      official d Lbhk$b;d:Lbhk$b;
      intermediary field_18482 Lnet/minecraft/class_1305$class_3723;field_18482:Lnet/minecraft/class_1305$class_3723;
      named field_18482 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18482:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
    • field_18483

      public static final SkeletonSkullBlock.class_3723 field_18483
      Mappings:
      Namespace Name Mixin selector
      official e Lbhk$b;e:Lbhk$b;
      intermediary field_18483 Lnet/minecraft/class_1305$class_3723;field_18483:Lnet/minecraft/class_1305$class_3723;
      named field_18483 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18483:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
    • field_18484

      public static final SkeletonSkullBlock.class_3723 field_18484
      Mappings:
      Namespace Name Mixin selector
      official f Lbhk$b;f:Lbhk$b;
      intermediary field_18484 Lnet/minecraft/class_1305$class_3723;field_18484:Lnet/minecraft/class_1305$class_3723;
      named field_18484 Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18484:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
  • Constructor Details

    • class_3723

      private class_3723()
  • Method Details

    • values

      public static SkeletonSkullBlock.class_3723[] 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 SkeletonSkullBlock.class_3723 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