All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
BlockDropHeadEvent |
Event created by the PlayerHeads plugin when a block is broken by hand
(mined) and dropping a head.
|
Compatibility |
Compatibility class controlling implementation and version support.
|
CompatibilityConflictException |
Exception indicating that there is a conflict between multiple
compatibility-provider implementations.
|
CompatibilityException |
Base for all compatibility exceptions
|
CompatibilityMisconfiguredException |
Exception indicating that the Compatibility library project was misconfigured
when it was built, not correctly finalizing support information.
|
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.
|
CompatibilitySupport |
Class that holds supported compatibility implementations in this release.
|
CompatibilityUnavailableException |
Exception indicating that an implementation providing compatibility for the
current server couldn't be found or is otherwise unavailable.
|
CompatibilityUnregisteredException |
Exception indicating that a compatibility-provider implementation isn't
registered at a time when it is required.
|
CompatibilityUnsupportedException |
Exception indicating a server version that is incompatible with the available
implementations.
|
CompatiblePlugin |
Defines an abstract third-party-plugin compatibility class which can detect
and retrieves the plugin instance.
|
CompatiblePlugins |
Class providing methods and information for inter-plugin compatibility.
|
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.
|
DropHeadEvent |
Interface for events that drop a plugin-supported head.
|
DropRateModifier |
A modifier for the droprate including type and value information
|
DropRateModifierType |
Indicates the type of modifier to the effective droprate.
|
ExternalHeads |
Maintains a list of recognized custom-heads from other plugins and their recommended handling (modifiability by the current plugin).
|
FakeBlockBreakEvent |
Deprecated.
|
HeadModificationHandling |
The Handling (or modifiability) that is recommended for a head from another plugin.
|
HeadPluginCompatibility |
Compatibility class providing detection of special-case (configured) custom heads from other plugins.
|
HeadRollEvent |
Event created by PlayerHeads (4.9.2+) to indicate that a head dropchance roll
has occurred and the success/failure has been determined.
|
LivingEntityDropHeadEvent |
Event created by the PlayerHeads plugin when a [living] entity is beheaded by PlayerHeads itself.
|
MobDropHeadEvent |
Event created by the PlayerHeads plugin when a Mob is beheaded.
|
NoCheatPlusCompatibility |
Defines required operations performed with the NoCheatPlus plugin for compatibility reasons.
|
PlayerDropHeadEvent |
Event created by the PlayerHeads plugin when a Player is beheaded.
|
ProtectionPluginCompatibility |
Defines required operations performed for generic block/region protection plugins for compatibility reasons.
|
RuntimeReferences |
Provides methods to perform runtime lookups of values by name (eg: enums)
|
SimulatedBlockBreakEvent |
Event used internally by the plugin to detect if a hypothetical BlockBreak
would be cancelled by another plugin.
|
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.
|
UnknownVersionException |
Exception indicating a server version that could not be retrieved or
understood.
|
VanillaLivingEntityDropHeadEvent |
Event created by PlayerHeads when a [living] entity drops a head from a source outside of PlayerHeads.
|
Version |
A class providing methods related to the current server's version.
|
VersionException |
Base for all version exceptions
|