| CompatibilityProvider |
An interface specifying all of the methods we need for our plugin that require differing Bukkit-specific implementations which we wish to abstract from our plugin code.
|
| CompatibleProfile |
Utility class that may be used by compatibility providers to handle head profile information.
|
| CompatibleSkullMaterial |
An enumeration of vanilla skull/head materials (items and blocks) that can
possibly be supported.
|
| SkullBlockAttachment |
Enumeration of the different head-block attachment styles supported.
|
| SkullDetails |
Defines an interface of implementation-specific details and methods relating
to a skull item/block.
|
| SkullType |
An enumeration of skulls and heads that are supported in vanilla servers.
|