Uses of Class
com.booksaw.betterTeams.customEvents.TeamPlayerEvent
Packages that use TeamPlayerEvent
-
Uses of TeamPlayerEvent in com.booksaw.betterTeams.customEvents
Subclasses of TeamPlayerEvent in com.booksaw.betterTeams.customEventsModifier and TypeClassDescriptionclass
class
Called when a player is about to respawn at their team's home anchor.class
Called when a player joins a teamclass
class
class
final class
An event which is called when a player deposits money into theirTeam
's balanceclass
An event which is called before a message is sent from aTeamPlayer
to members of theirTeam
.final class
An event which is called when a player withdraws money from theirTeam
's balance -
Uses of TeamPlayerEvent in com.booksaw.betterTeams.customEvents.post
Subclasses of TeamPlayerEvent in com.booksaw.betterTeams.customEvents.postModifier and TypeClassDescriptionclass
An event which is called after a player's rank has been lowered within their team.class
Called after a player has successfully joined a team.class
An event which is called after a player has left their team.class
An event which is called after a player's rank has been increased within their team.final class
An event which is called after a player has deposited money into theirTeam
's balance.class
An event which is called after a team message has been sent (notification only).final class
An event which is called after a player has withdrawn money from theirTeam
's balance.