Package nl.mtvehicles.core.listeners
Class JoinListener
java.lang.Object
nl.mtvehicles.core.infrastructure.models.MTVListener
nl.mtvehicles.core.listeners.JoinListener
- All Implemented Interfaces:
org.bukkit.event.Listener
On player join (a packet handler is assigned + update and language message if OP / with permission)
-
Field Summary
Fields inherited from class nl.mtvehicles.core.infrastructure.models.MTVListener
event, player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onJoinEventPlayer(org.bukkit.event.player.PlayerJoinEvent event)
Methods inherited from class nl.mtvehicles.core.infrastructure.models.MTVListener
callAPI, callAPI, getAPI, isCancelled, setAPI
-
Constructor Details
-
JoinListener
public JoinListener()
-
-
Method Details
-
onJoinEventPlayer
public void onJoinEventPlayer(org.bukkit.event.player.PlayerJoinEvent event)
-