games.simulation.flayer.interfaces.objectsFamily.level
Interface Level

All Superinterfaces:
ObjectsWorld, ObjectsWorldSetable
All Known Implementing Classes:
ConcretLevelOne

public interface Level
extends ObjectsWorldSetable

Author:
Diego

Method Summary
 void addObjectOnWorld(ObjectsWorldPosition object)
           
 void addObjectsOnWorld(java.util.List object)
           
 java.util.List getObjectOnWorldCoordinate(ObjectsWorldPosition object)
          Return a Single Object on Map with yours Coordinates
 java.util.List getObjectsOnWorld()
          Return an List of Objects ObjectsWorldPosition
 void removeObjectOnWorld(ObjectsWorldPosition object)
           
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable
setObjectHeight, setObjectWeight, setObjectWidth
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
area, getObjectHeight, getObjectWeight, getObjectWidth
 

Method Detail

addObjectOnWorld

void addObjectOnWorld(ObjectsWorldPosition object)

addObjectsOnWorld

void addObjectsOnWorld(java.util.List object)

removeObjectOnWorld

void removeObjectOnWorld(ObjectsWorldPosition object)

getObjectsOnWorld

java.util.List getObjectsOnWorld()
Return an List of Objects ObjectsWorldPosition

Returns:

getObjectOnWorldCoordinate

java.util.List getObjectOnWorldCoordinate(ObjectsWorldPosition object)
Return a Single Object on Map with yours Coordinates

Parameters:
object -
Returns:


Copyright © 2007. All Rights Reserved.