Package com.alexlew.gameapi.events
Class PlayerJoinTeam
- java.lang.Object
-
- com.alexlew.gameapi.events.PlayerJoinTeam
-
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PlayerJoinTeam extends java.lang.Object implements org.bukkit.event.Listener
-
-
Constructor Summary
Constructors Constructor Description PlayerJoinTeam(GameAPI plugin)
PlayerJoinTeam(Team team, org.bukkit.entity.Player player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPlayerJoinTeam(PlayerJoinTeamEvent event)
-
-
-
Method Detail
-
onPlayerJoinTeam
public void onPlayerJoinTeam(PlayerJoinTeamEvent event)
-
-