Package org.shininet.bukkit.playerheads.events
Defines events created by the PlayerHeads plugin, including beheadings.
- Since:
 - 3.11
 - Author:
 - meiksam, zand
 
- 
Interface Summary Interface Description DropHeadEvent Interface for events that drop a plugin-supported head. - 
Class Summary Class Description BlockDropHeadEvent Event created by the PlayerHeads plugin when a block is broken by hand (mined) and dropping a head.FakeBlockBreakEvent Deprecated. you should use SimulatedBlockBreakEvent in the Compatibility API instead, this class may be removed in the futureHeadRollEvent 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.PlayerDropHeadEvent Event created by the PlayerHeads plugin when a Player is beheaded.VanillaLivingEntityDropHeadEvent Event created by PlayerHeads when a [living] entity drops a head from a source outside of PlayerHeads.