Class PlayerDropHeadEvent

    • Constructor Detail

      • PlayerDropHeadEvent

        public PlayerDropHeadEvent​(Player player,
                                   ItemStack drop)
        Constructs the event
        Parameters:
        player - the player that was beheaded
        drop - the head item to be dropped
      • PlayerDropHeadEvent

        public PlayerDropHeadEvent​(@Nullable
                                   Event cause,
                                   Player player,
                                   LivingEntity killer,
                                   ItemStack drop)
        Constructs the event
        Parameters:
        cause - the event which caused the beheading event, or null.
        player - the player that was beheaded
        killer - the killer responsible for the death of the mob. As determined by the plugin (may differ from entity.getKiller())
        drop - the head item to be dropped
        Since:
        5.2.14-SNAPSHOT