Class MultipartBalloonPlayerJoinListener
java.lang.Object
net.jeqo.bloons.listeners.multipart.MultipartBalloonPlayerJoinListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) Checks if a multipart balloon needs to be added to the player joining
-
Constructor Details
-
MultipartBalloonPlayerJoinListener
public MultipartBalloonPlayerJoinListener()
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) Checks if a multipart balloon needs to be added to the player joining- Parameters:
event- The event that is called when a player joins the server, type org.bukkit.event.player.PlayerJoinEvent
-