Class FakeBlockBreakEvent

  • All Implemented Interfaces:
    Cancellable

    @Deprecated
    public class FakeBlockBreakEvent
    extends BlockBreakEvent
    Deprecated.
    you should use SimulatedBlockBreakEvent in the Compatibility API instead, this class may be removed in the future
    Event used internally by the plugin to detect if a hypothetical BlockBreak would be cancelled by another plugin. Used in determining whether drops should occur when heads might be broken by a player. This is useful when using plugins such as WorldGuard that cancel blockbreak in protected areas. Note: This documentation was inferred after the fact and may be inaccurate.
    Since:
    3.11
    Author:
    meiskam
    • Constructor Detail

      • FakeBlockBreakEvent

        public FakeBlockBreakEvent​(Block theBlock,
                                   Player player)
        Deprecated.
        Constructs a simulated block break event
        Parameters:
        theBlock - the block to "break"
        player - the player doing the breaking