Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package com.mathi.inventory.action;
  2.  
  3. import org.bukkit.event.inventory.InventoryClickEvent;
  4.  
  5. /**
  6. *
  7. * @author zMathi
  8. */
  9. public abstract interface ClickAction {
  10.  
  11. public abstract void click(InventoryClickEvent event);
  12. }
Add Comment
Please, Sign In to add comment