Uses of Class
net.craftions.api.game.Game
-
Packages that use Game Package Description net.craftions.api.game net.craftions.api.game.commands net.craftions.api.game.events net.craftions.api.game.events.bukkit net.craftions.api.game.util -
-
Uses of Game in net.craftions.api.game
Methods in net.craftions.api.game that return Game Modifier and Type Method Description static GameGame. fromConfigFile(String gameName)Creates a Game Instance from a Config Filestatic GameGameManager. getGameByName(String name)Methods in net.craftions.api.game with parameters of type Game Modifier and Type Method Description static booleanGameManager. createGame(Game game, Boolean force)static voidGameManager. removeGame(Game game) -
Uses of Game in net.craftions.api.game.commands
Fields in net.craftions.api.game.commands declared as Game Modifier and Type Field Description static GameCommandStartGame. game -
Uses of Game in net.craftions.api.game.events
Methods in net.craftions.api.game.events that return Game Modifier and Type Method Description GameGameEndEvent. getGame()GameGameStartEvent. getGame()Constructors in net.craftions.api.game.events with parameters of type Game Constructor Description GameEndEvent(Game game)GameStartEvent(Game game) -
Uses of Game in net.craftions.api.game.events.bukkit
Fields in net.craftions.api.game.events.bukkit declared as Game Modifier and Type Field Description GameEventPlayerJoin. gameConstructors in net.craftions.api.game.events.bukkit with parameters of type Game Constructor Description EventPlayerJoin(Game game) -
Uses of Game in net.craftions.api.game.util
Methods in net.craftions.api.game.util that return Game Modifier and Type Method Description GameGameBuilder. build()
-