netsurfers.gicp.net.game
类 Maps

java.lang.Object
  继承者 netsurfers.gicp.net.game.Maps

public class Maps
extends Object

Class maps will manage the background

作者:
Ziliang Wang E-mail: Lional.King@gmail.com

构造方法摘要
Maps()
           
 
方法摘要
 boolean getChangeMap()
           
 Creature getCreatures(int location)
           
 int getCreaturesSize()
           
 GameObject getGameObjects(int location)
           
 int getGameObjectsSize()
           
 int getMapID()
           
 Player getPlayer()
           
 void onUpdate()
           
 void setCurrentPlayer(int guid)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Maps

public Maps()
方法详细信息

setCurrentPlayer

public void setCurrentPlayer(int guid)

getPlayer

public Player getPlayer()

getMapID

public int getMapID()

getChangeMap

public boolean getChangeMap()

getCreaturesSize

public int getCreaturesSize()

getGameObjectsSize

public int getGameObjectsSize()

getCreatures

public Creature getCreatures(int location)

getGameObjects

public GameObject getGameObjects(int location)

onUpdate

public void onUpdate()