Class CustomBlockListener

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class CustomBlockListener
    extends java.lang.Object
    implements org.bukkit.event.Listener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onCustomBlockBreak​(@NotNull org.bukkit.event.block.BlockBreakEvent event)  
      void onCustomBlockFall​(@NotNull org.bukkit.event.entity.EntityChangeBlockEvent event)  
      void onCustomBlockPlaced​(@NotNull org.bukkit.event.player.PlayerInteractEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomBlockListener

        public CustomBlockListener()
    • Method Detail

      • onCustomBlockPlaced

        public void onCustomBlockPlaced​(@NotNull
                                        @NotNull org.bukkit.event.player.PlayerInteractEvent event)
      • onCustomBlockBreak

        public void onCustomBlockBreak​(@NotNull
                                       @NotNull org.bukkit.event.block.BlockBreakEvent event)
      • onCustomBlockFall

        public void onCustomBlockFall​(@NotNull
                                      @NotNull org.bukkit.event.entity.EntityChangeBlockEvent event)