Uses of Class
net.minecraft.block.SkullBlock.Types
-
Packages that use SkullBlock.Types Package Description net.minecraft.block -
-
Uses of SkullBlock.Types in net.minecraft.block
Methods in net.minecraft.block that return SkullBlock.Types Modifier and Type Method Description static SkullBlock.Types
SkullBlock.Types. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SkullBlock.Types[]
SkullBlock.Types. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-