Uses of Class
com.github.crashdemons.playerheads.compatibility.SkullBlockAttachment
-
Packages that use SkullBlockAttachment Package Description com.github.crashdemons.playerheads.compatibility Package supplying cross-version compiling compatibility to the plugin. -
-
Uses of SkullBlockAttachment in com.github.crashdemons.playerheads.compatibility
Methods in com.github.crashdemons.playerheads.compatibility that return SkullBlockAttachment Modifier and Type Method Description static SkullBlockAttachment
SkullBlockAttachment. valueOf(String name)
Returns the enum constant of this type with the specified name.static SkullBlockAttachment[]
SkullBlockAttachment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.crashdemons.playerheads.compatibility with parameters of type SkullBlockAttachment Modifier and Type Method Description Material
SkullDetails. getBlockMaterial(SkullBlockAttachment attachment)
Gets the block material for a specific block attachment.static boolean
SkullBlockAttachment. isValidOrientation(BlockFace rotation, SkullBlockAttachment attachment)
Determines if the provided rotation is compatible with the provided head block attachment style.Block
SkullDetails. setBlock(Location loc, BlockFace rotation, SkullBlockAttachment attachment)
Sets a block in the world to the specific skull for this implementation.
-