Class EntityZone
- java.lang.Object
-
- de.extio.spacecraft.shared.model.world.Point2
-
- de.extio.spacecraft.shared.model.world.Area2
-
- de.extio.spacecraft.shared.model.entity.EntityZone
-
- All Implemented Interfaces:
HasPosition2
,HasPositionAndDimension2
,SpatialIndex2Capable
public final class EntityZone extends Area2
-
-
Constructor Summary
Constructors Constructor Description EntityZone(CoordI2 coord, CoordI2 dimension, CompositeAndEntity entityRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeAndEntity
getEntityRecord()
void
setEntityRecord(CompositeAndEntity entityRecord)
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
-
EntityZone
public EntityZone(CoordI2 coord, CoordI2 dimension, CompositeAndEntity entityRecord)
-
-
Method Detail
-
getEntityRecord
public CompositeAndEntity getEntityRecord()
-
setEntityRecord
public void setEntityRecord(CompositeAndEntity entityRecord)
-
-