Package valorless.havenbags
Class EventListener
java.lang.Object
valorless.havenbags.EventListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
void
onPlayerInteract
(org.bukkit.event.player.PlayerInteractEvent event) void
onPlayerJoin
(org.bukkit.event.player.PlayerJoinEvent event)
-
Field Details
-
upgradeBlock
public static org.bukkit.Material upgradeBlock
-
-
Constructor Details
-
EventListener
public EventListener()
-
-
Method Details
-
init
public static void init() -
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) -
onPlayerInteract
public void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)
-