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 Game
Game. fromConfigFile(String gameName)
Creates a Game Instance from a Config Filestatic Game
GameManager. getGameByName(String name)
Methods in net.craftions.api.game with parameters of type Game Modifier and Type Method Description static boolean
GameManager. createGame(Game game, Boolean force)
static void
GameManager. 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 Game
CommandStartGame. 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 Game
GameEndEvent. getGame()
Game
GameStartEvent. 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 Game
EventPlayerJoin. game
Constructors 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 Game
GameBuilder. build()
-