Package dev.linwood.itemmods.listener
Class CustomBlockListener
- java.lang.Object
-
- dev.linwood.itemmods.listener.CustomBlockListener
-
- All Implemented Interfaces:
org.bukkit.event.Listener
public class CustomBlockListener extends Object implements org.bukkit.event.Listener
-
-
Constructor Summary
Constructors Constructor Description CustomBlockListener()
-
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)
-
-
-
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)
-
-