Package | Description |
---|---|
misat11.bw.api | |
misat11.bw.api.events | |
misat11.bw.api.special |
Modifier and Type | Interface and Description |
---|---|
interface |
RunningTeam |
Modifier and Type | Method and Description |
---|---|
List<Team> |
Game.getAvailableTeams() |
Modifier and Type | Method and Description |
---|---|
List<SpecialItem> |
Game.getActivedSpecialItemsOfTeam(Team team) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfTeam(Team team,
Class<? extends SpecialItem> type) |
SpecialItem |
Game.getFirstActivedSpecialItemOfTeam(Team team) |
SpecialItem |
Game.getFirstActivedSpecialItemOfTeam(Team team,
Class<? extends SpecialItem> type) |
void |
Game.selectPlayerTeam(org.bukkit.entity.Player player,
Team team) |
Modifier and Type | Method and Description |
---|---|
Team |
BedwarsPlayerJoinedEvent.getTeam() |
Team |
BedwarsApplyUpgradeEvent.getTeam() |
Constructor and Description |
---|
BedwarsApplyUpgradeEvent(Game game,
org.bukkit.entity.Player player,
Team team,
ItemSpawner spawner,
int newLevel) |
BedwarsPlayerJoinedEvent(Game game,
Team team,
org.bukkit.entity.Player player) |
Modifier and Type | Method and Description |
---|---|
Team |
SpecialItem.getTeam() |
Copyright © 2019. All rights reserved.