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 boolean
equals(Object obj)
EntityLayer
getLayer()
int
hashCode()
void
setLayer(EntityLayer layer)
String
toString()
-
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)
-
-