Class EntityIdZone
- java.lang.Object
-
- de.extio.spacecraft.shared.model.world.Point2
-
- de.extio.spacecraft.shared.model.world.Area2
-
- de.extio.spacecraft.shared.model.entity.EntityIdZone
-
- All Implemented Interfaces:
HasPosition2
,HasPositionAndDimension2
,SpatialIndex2Capable
public final class EntityIdZone extends Area2
-
-
Constructor Summary
Constructors Constructor Description EntityIdZone(CoordI2 coord, CoordI2 dimension, UUID compositeEntityId, UUID entityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
UUID
getCompositeEntityId()
UUID
getEntityId()
int
hashCode()
void
setCompositeEntityId(UUID compositeEntityId)
void
setEntityId(UUID entityId)
String
toString()
-
Methods inherited from class de.extio.spacecraft.shared.model.world.Area2
getDimension, 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
-
-