Package net.lewmc.essence.core
Class EventWorldLoad
java.lang.Object
net.lewmc.essence.core.EventWorldLoad
- All Implemented Interfaces:
org.bukkit.event.Listener
EventWorldLoad class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonWorldLoad(org.bukkit.event.world.WorldLoadEvent event) Event handler for when a world loads.
-
Constructor Details
-
EventWorldLoad
Constructor for the EventWorldLoad class.- Parameters:
plugin- Essence - Reference to the main Essence class.
-
-
Method Details
-
onWorldLoad
public void onWorldLoad(org.bukkit.event.world.WorldLoadEvent event) Event handler for when a world loads.- Parameters:
event- WorldLoadEvent - Server thrown event.
-