Class CustomBlockListener

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

    public class CustomBlockListener
    extends Object
    implements org.bukkit.event.Listener
    • 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)