Class EntityDefZone
- java.lang.Object
-
- de.extio.spacecraft.shared.model.world.Point2
-
- de.extio.spacecraft.shared.model.world.Area2
-
- de.extio.spacecraft.shared.model.entity.EntityDefZone
-
- All Implemented Interfaces:
HasPosition2
,HasPositionAndDimension2
,SpatialIndex2Capable
public final class EntityDefZone extends Area2
-
-
Constructor Summary
Constructors Constructor Description EntityDefZone(CoordI2 coord, CoordI2 dimension, AbstractEntityDef entityDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractEntityDef
getEntityDef()
void
setEntityDef(AbstractEntityDef entityDef)
String
toString()
-
Methods inherited from class de.extio.spacecraft.shared.model.world.Area2
equals, getDimension, hashCode, includeInSpatialIndex2ResultSet, isInSpatialIndex2ResultSet, setDimension
-
Methods inherited from class de.extio.spacecraft.shared.model.world.Point2
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.extio.spacecraft.shared.model.world.HasPosition2
getPosition
-
-
-
-
Constructor Detail
-
EntityDefZone
public EntityDefZone(CoordI2 coord, CoordI2 dimension, AbstractEntityDef entityDef)
-
-
Method Detail
-
getEntityDef
public AbstractEntityDef getEntityDef()
-
setEntityDef
public void setEntityDef(AbstractEntityDef entityDef)
-
-