Package net.minecraft.block
Enum SkullBlock.Type
- All Implemented Interfaces:
Serializable,Comparable<SkullBlock.Type>,java.lang.constant.Constable,SkullBlock.SkullType
- Enclosing class:
- SkullBlock
public static enum SkullBlock.Type extends Enum<SkullBlock.Type> implements SkullBlock.SkullType
- Mappings:
Namespace Name official ccw$bintermediary net/minecraft/class_2484$class_2486named net/minecraft/block/SkullBlock$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateType() -
Method Summary
Modifier and Type Method Description static SkullBlock.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static SkullBlock.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SKELETON
- Mappings:
Namespace Name Mixin selector official aLccw$b;a:Lccw$b;intermediary field_11512Lnet/minecraft/class_2484$class_2486;field_11512:Lnet/minecraft/class_2484$class_2486;named SKELETONLnet/minecraft/block/SkullBlock$Type;SKELETON:Lnet/minecraft/block/SkullBlock$Type;
-
WITHER_SKELETON
- Mappings:
Namespace Name Mixin selector official bLccw$b;b:Lccw$b;intermediary field_11513Lnet/minecraft/class_2484$class_2486;field_11513:Lnet/minecraft/class_2484$class_2486;named WITHER_SKELETONLnet/minecraft/block/SkullBlock$Type;WITHER_SKELETON:Lnet/minecraft/block/SkullBlock$Type;
-
PLAYER
- Mappings:
Namespace Name Mixin selector official cLccw$b;c:Lccw$b;intermediary field_11510Lnet/minecraft/class_2484$class_2486;field_11510:Lnet/minecraft/class_2484$class_2486;named PLAYERLnet/minecraft/block/SkullBlock$Type;PLAYER:Lnet/minecraft/block/SkullBlock$Type;
-
ZOMBIE
- Mappings:
Namespace Name Mixin selector official dLccw$b;d:Lccw$b;intermediary field_11508Lnet/minecraft/class_2484$class_2486;field_11508:Lnet/minecraft/class_2484$class_2486;named ZOMBIELnet/minecraft/block/SkullBlock$Type;ZOMBIE:Lnet/minecraft/block/SkullBlock$Type;
-
CREEPER
- Mappings:
Namespace Name Mixin selector official eLccw$b;e:Lccw$b;intermediary field_11507Lnet/minecraft/class_2484$class_2486;field_11507:Lnet/minecraft/class_2484$class_2486;named CREEPERLnet/minecraft/block/SkullBlock$Type;CREEPER:Lnet/minecraft/block/SkullBlock$Type;
-
DRAGON
- Mappings:
Namespace Name Mixin selector official fLccw$b;f:Lccw$b;intermediary field_11511Lnet/minecraft/class_2484$class_2486;field_11511:Lnet/minecraft/class_2484$class_2486;named DRAGONLnet/minecraft/block/SkullBlock$Type;DRAGON:Lnet/minecraft/block/SkullBlock$Type;
-
-
Constructor Details
-
Type
private Type()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-