Package net.minecraft.block
Enum Class 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$bintermediary net/minecraft/class_1305$class_3723named net/minecraft/block/SkeletonSkullBlock$class_3723
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SkeletonSkullBlock.class_3723[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_18479
- Mappings:
Namespace Name Mixin selector official aLbhk$b;a:Lbhk$b;intermediary field_18479Lnet/minecraft/class_1305$class_3723;field_18479:Lnet/minecraft/class_1305$class_3723;named field_18479Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18479:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
field_18480
- Mappings:
Namespace Name Mixin selector official bLbhk$b;b:Lbhk$b;intermediary field_18480Lnet/minecraft/class_1305$class_3723;field_18480:Lnet/minecraft/class_1305$class_3723;named field_18480Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18480:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
field_18481
- Mappings:
Namespace Name Mixin selector official cLbhk$b;c:Lbhk$b;intermediary field_18481Lnet/minecraft/class_1305$class_3723;field_18481:Lnet/minecraft/class_1305$class_3723;named field_18481Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18481:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
field_18482
- Mappings:
Namespace Name Mixin selector official dLbhk$b;d:Lbhk$b;intermediary field_18482Lnet/minecraft/class_1305$class_3723;field_18482:Lnet/minecraft/class_1305$class_3723;named field_18482Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18482:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
field_18483
- Mappings:
Namespace Name Mixin selector official eLbhk$b;e:Lbhk$b;intermediary field_18483Lnet/minecraft/class_1305$class_3723;field_18483:Lnet/minecraft/class_1305$class_3723;named field_18483Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18483:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
field_18484
- Mappings:
Namespace Name Mixin selector official fLbhk$b;f:Lbhk$b;intermediary field_18484Lnet/minecraft/class_1305$class_3723;field_18484:Lnet/minecraft/class_1305$class_3723;named field_18484Lnet/minecraft/block/SkeletonSkullBlock$class_3723;field_18484:Lnet/minecraft/block/SkeletonSkullBlock$class_3723;
-
-
Constructor Details
-
class_3723
private class_3723()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-