Uses of Interface
org.shininet.bukkit.playerheads.events.DropHeadEvent
-
Packages that use DropHeadEvent Package Description org.shininet.bukkit.playerheads.events Defines events created by the PlayerHeads plugin, including beheadings. -
-
Uses of DropHeadEvent in org.shininet.bukkit.playerheads.events
Classes in org.shininet.bukkit.playerheads.events that implement DropHeadEvent Modifier and Type Class Description class
BlockDropHeadEvent
Event created by the PlayerHeads plugin when a block is broken by hand (mined) and dropping a head.class
LivingEntityDropHeadEvent
Event created by the PlayerHeads plugin when a [living] entity is beheaded by PlayerHeads itself.class
MobDropHeadEvent
Event created by the PlayerHeads plugin when a Mob is beheaded.class
PlayerDropHeadEvent
Event created by the PlayerHeads plugin when a Player is beheaded.
-