Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package fr.astryamc.AstryaHub;
  2.  
  3. import org.bukkit.event.Listener;
  4. import org.bukkit.event.player.PlayerInventoryEvent;
  5.  
  6. @SuppressWarnings("deprecation")
  7. public class ActionInventory implements Listener {
  8.  
  9. public ActionInventory(Main main) {
  10.  
  11. public void onClickInventory(PlayerInventoryEvent e){
  12.  
  13. }
  14.  
  15.  
  16.  
  17. }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement