Package | Description |
---|---|
misat11.bw.api | |
misat11.bw.api.special |
Modifier and Type | Method and Description |
---|---|
SpecialItem |
Game.getFirstActivedSpecialItemOfPlayer(org.bukkit.entity.Player player) |
SpecialItem |
Game.getFirstActivedSpecialItemOfPlayer(org.bukkit.entity.Player player,
Class<? extends SpecialItem> type) |
SpecialItem |
Game.getFirstActivedSpecialItemOfTeam(Team team) |
SpecialItem |
Game.getFirstActivedSpecialItemOfTeam(Team team,
Class<? extends SpecialItem> type) |
Modifier and Type | Method and Description |
---|---|
List<SpecialItem> |
Game.getActivedSpecialItems() |
List<SpecialItem> |
Game.getActivedSpecialItems(Class<? extends SpecialItem> type) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfPlayer(org.bukkit.entity.Player player) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfPlayer(org.bukkit.entity.Player player,
Class<? extends SpecialItem> type) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfTeam(Team team) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfTeam(Team team,
Class<? extends SpecialItem> type) |
Modifier and Type | Method and Description |
---|---|
boolean |
Game.isRegisteredSpecialItem(SpecialItem item) |
void |
Game.registerSpecialItem(SpecialItem item) |
void |
Game.unregisterSpecialItem(SpecialItem item) |
Modifier and Type | Method and Description |
---|---|
List<SpecialItem> |
Game.getActivedSpecialItems(Class<? extends SpecialItem> type) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfPlayer(org.bukkit.entity.Player player,
Class<? extends SpecialItem> type) |
List<SpecialItem> |
Game.getActivedSpecialItemsOfTeam(Team team,
Class<? extends SpecialItem> type) |
SpecialItem |
Game.getFirstActivedSpecialItemOfPlayer(org.bukkit.entity.Player player,
Class<? extends SpecialItem> type) |
SpecialItem |
Game.getFirstActivedSpecialItemOfTeam(Team team,
Class<? extends SpecialItem> type) |
Modifier and Type | Interface and Description |
---|---|
interface |
ArrowBlocker |
interface |
LuckyBlock |
interface |
MagnetShoes |
interface |
ProtectionWall |
interface |
RescuePlatform |
interface |
TNTSheep |
interface |
Tracker |
interface |
Trap |
interface |
WarpPowder |
Copyright © 2019. All rights reserved.