static CompatibleSkullMaterial |
CompatibleSkullMaterial.get(SkullType type) |
Finds a skull material enum entry associated with the vanilla skull-type.
|
static CompatibleSkullMaterial |
CompatibleSkullMaterial.get(BlockState state) |
Finds a skull material enum entry that best fits with the provided
BlockState.
|
static CompatibleSkullMaterial |
CompatibleSkullMaterial.get(ItemStack stack) |
Finds a skull material enum entry that best fits with the provided
ItemStack.
|
static CompatibleSkullMaterial |
RuntimeReferences.getCompatibleMaterialByName(String name) |
Retrieves the 'CompatibleSkullMaterial' (a possibly-supported vanilla head material) associated with a name.
|
static CompatibleSkullMaterial |
CompatibleSkullMaterial.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CompatibleSkullMaterial[] |
CompatibleSkullMaterial.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|