Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @EventHandler (priority = EventPriority.LOW)
  2. public void onBlockBreak(BlockBreakEvent event){
  3. if (event.isCancelled()) return;
  4. Block b = event.getBlock();
  5. ...
Add Comment
Please, Sign In to add comment