Class ProtectionPluginCompatibility


  • public class ProtectionPluginCompatibility
    extends CompatiblePlugin
    Defines required operations performed for generic block/region protection plugins for compatibility reasons.
    Author:
    crashdemons (crashenator at gmail.com)
    • Constructor Detail

      • ProtectionPluginCompatibility

        public ProtectionPluginCompatibility​(Plugin parentPlugin)
        Create the protection-plugin compatibility class
        Parameters:
        parentPlugin - the plugin requesting the compatibility support (provides logging/events)
    • Method Detail

      • testBlockBreak

        public boolean testBlockBreak​(Block block,
                                      Player player)
        Simulates a block-break event from a user in order to check if it would normally be blocked by a protection-plugin.
        Parameters:
        block - the block allegedly being broken.
        player - the player allegedly breaking the block.
        Returns:
        true: the block break event was allowed, false: the block-break event was blocked (cancelled).