Class EntityLayerAndPosition
- java.lang.Object
-
- de.extio.spacecraft.shared.model.world.Point2
-
- de.extio.spacecraft.shared.model.entity.EntityLayerAndPosition
-
- All Implemented Interfaces:
HasPosition2
public class EntityLayerAndPosition extends Point2
-
-
Constructor Summary
Constructors Constructor Description EntityLayerAndPosition()EntityLayerAndPosition(EntityLayer layer, CoordI2 coord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)EntityLayergetLayer()inthashCode()voidsetLayer(EntityLayer layer)StringtoString()-
Methods inherited from class de.extio.spacecraft.shared.model.world.Point2
getPosition, setPosition
-
-
-
-
Constructor Detail
-
EntityLayerAndPosition
public EntityLayerAndPosition()
-
EntityLayerAndPosition
public EntityLayerAndPosition(EntityLayer layer, CoordI2 coord)
-
-
Method Detail
-
getLayer
public EntityLayer getLayer()
-
setLayer
public void setLayer(EntityLayer layer)
-
-