Package com.stardevllc.starspawners
Class SpawnerListener
java.lang.Object
com.stardevllc.starspawners.SpawnerListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonBlockBreak(org.bukkit.event.block.BlockBreakEvent e) voidonPlaceEvent(org.bukkit.event.block.BlockPlaceEvent e) voidonPlayerInteract(org.bukkit.event.player.PlayerInteractEvent e)
-
Constructor Details
-
SpawnerListener
public SpawnerListener(com.stardevllc.starmclib.plugin.ExtendedJavaPlugin plugin)
-
-
Method Details
-
onBlockBreak
public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent e) -
onPlaceEvent
public void onPlaceEvent(org.bukkit.event.block.BlockPlaceEvent e) -
onPlayerInteract
public void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent e)
-