bubolo
 All Classes Namespaces Functions Variables Enumerator
bubolo.world.GameWorld Member List

This is the complete list of members for bubolo.world.GameWorld, including all inherited members.

addEntity(Class< T > c)bubolo.world.GameWorldpackage
addEntity(Class< T > c, UUID id)bubolo.world.GameWorldpackage
addEntity(Class< T > c, ControllerFactory controllerFactory)bubolo.world.GameWorldpackage
addEntity(Class< T > c, UUID id, ControllerFactory controllerFactory)bubolo.world.GameWorldpackage
GameWorld(int worldMapWidth, int worldMapHeight)bubolo.world.GameWorld
getEntities()bubolo.world.GameWorld
getEntity(UUID id)bubolo.world.GameWorld
getMapHeight()bubolo.world.GameWorld
getMapWidth()bubolo.world.GameWorld
removeEntity(Entity e)bubolo.world.GameWorld
removeEntity(UUID id)bubolo.world.GameWorld
update()bubolo.world.GameWorld