Uses of Class
fr.royalpha.sheepwars.api.SheepWarsTeam
-
Packages that use SheepWarsTeam Package Description fr.royalpha.sheepwars.api fr.royalpha.sheepwars.api.event -
-
Uses of SheepWarsTeam in fr.royalpha.sheepwars.api
Fields in fr.royalpha.sheepwars.api declared as SheepWarsTeam Modifier and Type Field Description private SheepWarsTeam
PlayerData. team
Methods in fr.royalpha.sheepwars.api that return SheepWarsTeam Modifier and Type Method Description static SheepWarsTeam
SheepWarsTeam. getRandomTeam()
SheepWarsTeam
PlayerData. getTeam()
static SheepWarsTeam
SheepWarsTeam. getTeam(java.lang.String name)
static SheepWarsTeam
SheepWarsTeam. getTeam(org.bukkit.ChatColor color)
static SheepWarsTeam
SheepWarsTeam. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SheepWarsTeam[]
SheepWarsTeam. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.royalpha.sheepwars.api with parameters of type SheepWarsTeam Modifier and Type Method Description abstract boolean
SheepWarsBooster. onStart(org.bukkit.entity.Player player, SheepWarsTeam team)
Triggered on activation of the booster.void
PlayerData. setTeam(SheepWarsTeam team)
-
Uses of SheepWarsTeam in fr.royalpha.sheepwars.api.event
Fields in fr.royalpha.sheepwars.api.event declared as SheepWarsTeam Modifier and Type Field Description private SheepWarsTeam
GameEndEvent. winnerTeam
Methods in fr.royalpha.sheepwars.api.event that return SheepWarsTeam Modifier and Type Method Description SheepWarsTeam
GameEndEvent. getWinnerTeam()
Methods in fr.royalpha.sheepwars.api.event with parameters of type SheepWarsTeam Modifier and Type Method Description void
GameEndEvent. setWinnerTeam(SheepWarsTeam winnerTeam)
Constructors in fr.royalpha.sheepwars.api.event with parameters of type SheepWarsTeam Constructor Description GameEndEvent(SheepWarsTeam winnerTeam)
-