Uses of Class
com.cliffblaster.game.api.abstraction.Level

Packages that use Level
com.cliffblaster.game.api.abstraction   
com.cliffblaster.game.api.event   
com.cliffblaster.game.net   
 

Uses of Level in com.cliffblaster.game.api.abstraction
 

Methods in com.cliffblaster.game.api.abstraction that return Level
 Level Server.getLevel()
           
static Level LevelLoader.loadFile(java.io.File levelToLoad)
           
 

Methods in com.cliffblaster.game.api.abstraction with parameters of type Level
static void Server.broadcast(Packet packet, ServerHandler player, Level level)
           
static boolean LevelLoader.storeFile(java.io.File levelFile, Level levelToSave)
           
 

Uses of Level in com.cliffblaster.game.api.event
 

Methods in com.cliffblaster.game.api.event that return Level
 Level BlockChangeEvent.getLevel()
           
 

Constructors in com.cliffblaster.game.api.event with parameters of type Level
BlockChangeEvent(ServerHandler handler, Level level, int x, int y, int z, int id, int idnew)
           
 

Uses of Level in com.cliffblaster.game.net
 

Methods in com.cliffblaster.game.net that return Level
 Level ServerHandler.getLevel()
           
 

Methods in com.cliffblaster.game.net with parameters of type Level
 void ServerHandler.setLevel(Level level, java.lang.String name, java.lang.String desc)