Interface TeamPlayer
-
- All Superinterfaces:
Castable<GamePlayer>,GamePlayer
public interface TeamPlayer extends GamePlayer
擁有隊伍的遊戲玩家專用容器。
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ericlam.mc.minigames.core.character.GamePlayer
GamePlayer.Status
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GameTeamgetTeam()voidsetTeam(GameTeam team)設置隊伍-
Methods inherited from interface com.ericlam.mc.minigames.core.character.GamePlayer
getPlayer, getStatus, setStatus
-
-