Class BlockListener

java.lang.Object
dev.plex.listener.PlexListener
dev.plex.listener.impl.BlockListener
All Implemented Interfaces:
PlexBase, org.bukkit.event.Listener

public class BlockListener extends PlexListener
  • Field Details

    • blockedBlocks

      private static final List<org.bukkit.Material> blockedBlocks
    • SIGNS

      private static final List<org.bukkit.Material> SIGNS
    • cachedBlockedBlocksConfig

      private static List<String> cachedBlockedBlocksConfig
    • blockedPlayers

      public List<String> blockedPlayers
  • Constructor Details

    • BlockListener

      public BlockListener()
  • Method Details

    • onBlockPlace

      public void onBlockPlace(org.bukkit.event.block.BlockPlaceEvent event)
    • onBlockBreak

      public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent event)