Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes|All Packages|Constant Field Values

T

taskManager() - Method in class com.minigameworld.frames.MiniGame
Get task manager
Team(String, int) - Constructor for class com.minigameworld.frames.TeamBattleMiniGame.Team
Member size is needed for calculating maxPlayers of minigame
Team(String, int, ChatColor) - Constructor for class com.minigameworld.frames.TeamBattleMiniGame.Team
Member size is needed for calculating maxPlayers of minigame
TeamBattleMiniGame - Class in com.minigameworld.frames
[Info]
- Minigame frame players battle with each teams
- min team count: 2 or more
- all teams have the same score
- team util class, methods

[Custom Option]
- group-chat: If true, send message only to team members (default: true)
- team-pvp: If true, team members can not attack each other(pvp option have to be set to true), (default: false)
- team-size: Related with MiniGameSetting.getMaxPlayers(), if "max-players" is 12 and "team-size" is 4 then 3 teams will be created.
TeamBattleMiniGame(String, int, int, int, int) - Constructor for class com.minigameworld.frames.TeamBattleMiniGame
maxPlayers is sum of all teams member size
TeamBattleMiniGame.Team - Class in com.minigameworld.frames
Team which used in TeamBattleMiniGame frame
Manage: teamName, maxMemberCount, members, color
TeamBattleMiniGame.TeamRegisterMode - Enum Class in com.minigameworld.frames
Team register mode
- Participants divied into teams when game starts with mode
- If use TeamRegisterMode.NONE, should register players to team with registerPlayersToTeam()

[Team Register Mode]
- NONE, FAIR, FILL, FAIR_FILL, RANDOM or can divide overriding "registerPlayersToTeam()"

- e.g.
TeamBattleMiniGameScoreboardUpdater - Class in com.minigameworld.frames
 
TeamBattleMiniGameScoreboardUpdater(MiniGame) - Constructor for class com.minigameworld.frames.TeamBattleMiniGameScoreboardUpdater
 
TeamMiniGame - Class in com.minigameworld.frames
[Info]
- Minigame frame players cooperate with each other
- min player count: 1 or more
- all players have the same score
- team util methods
[Rule]
- must use "plusEveryoneScore()" or "minusEveryoneScore()" for team score
TeamMiniGame(String, int, int, int, int) - Constructor for class com.minigameworld.frames.TeamMiniGame
 
TeamMiniGame.OneTeam - Class in com.minigameworld.frames
 
TeamMiniGameScoreboardUpdater - Class in com.minigameworld.frames
 
TeamMiniGameScoreboardUpdater(MiniGame) - Constructor for class com.minigameworld.frames.TeamMiniGameScoreboardUpdater
 
TEMPLATE_WORLDS - Static variable in class com.minigameworld.util.Setting
 
templateGames() - Method in class com.minigameworld.api.MiniGameWorld
Gets template minigame list
TestGame - Class in com.minigameworld.dev
 
TestGame() - Constructor for class com.minigameworld.dev.TestGame
 
title() - Method in class com.minigameworld.frames.MiniGame
Shortcut method
titleWithClassName() - Method in class com.minigameworld.frames.MiniGame
Get minigame title with class name
todoOnPlayerJoin(Player) - Method in class com.minigameworld.managers.MiniGameManager
Todo list when a player joined the server
todoOnPlayerQuit(Player) - Method in class com.minigameworld.managers.MiniGameManager
Todo list when a player try to quitting the server
topPlayer() - Method in class com.minigameworld.frames.MiniGame
Get player who has the highest score of all
toString() - Method in class com.minigameworld.events.minigame.MiniGameEvent
 
toString() - Method in class com.minigameworld.events.minigame.MiniGameExceptionEvent
 
toString() - Method in class com.minigameworld.frames.TeamBattleMiniGame.Team
 
toString() - Method in class com.minigameworld.managers.event.GameListener
 
toString() - Method in class com.minigameworld.util.Messenger
 
tutorial() - Method in class com.minigameworld.dev.GameA
 
tutorial() - Method in class com.minigameworld.dev.TestGame
 
tutorial() - Method in class com.minigameworld.frames.FakeMiniGame
 
tutorial() - Method in class com.minigameworld.frames.MiniGame
Register minigame tutorial
tutorials() - Method in class com.minigameworld.frames.MiniGame
Shortcut method
A B C D E F G H I J K L M N O P R S T U V W 
All Classes|All Packages|Constant Field Values