Uses of Class
com.booksaw.betterTeams.customEvents.TeamEvent
Packages that use TeamEvent
-
Uses of TeamEvent in com.booksaw.betterTeams.customEvents
Subclasses of TeamEvent in com.booksaw.betterTeams.customEventsModifier and TypeClassDescriptionclass
An event which is called right before the creation of aTeam
class
class
class
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
class
An event which is called right before the changing of a relation with aTeam
(ie: ally/neutral)class
An event which is called right before the recoloring of aTeam
final class
An event which is called when a player deposits money into theirTeam
's balancefinal class
An event called when determining whether to allow or disallow a pvp interaction between members of the sameTeam
class
An event which is called right before the renaming of aTeam
class
class
An event which is called before a message is sent from aTeamPlayer
to members of theirTeam
.class
An event which is called right before the tag of aTeam
is changedfinal class
An event which is called when a player withdraws money from theirTeam
's balance -
Uses of TeamEvent in com.booksaw.betterTeams.customEvents.post
Subclasses of TeamEvent in com.booksaw.betterTeams.customEvents.postModifier and TypeClassDescriptionclass
An event which is called immediately after aTeam
is successfully created.class
An event which is called after a player's rank has been lowered within their team.class
An event which is called after a team has been disbanded.class
An event which is called after a team's level has been increased.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.class
An event which is called right after the changing of a relation with aTeam
(ie: ally/neutral)class
An event which is called after aTeam
's color has been changed.final class
An event which is called after a player has deposited money into theirTeam
's balance.class
An event which is called after aTeam
's name has been changed.class
An event which is called after a team message has been sent (notification only).class
An event which is called after aTeam
's tag has been changed.final class
An event which is called after a player has withdrawn money from theirTeam
's balance.