Interface HasPositionAndDimension2
-
- All Superinterfaces:
HasPosition2
- All Known Subinterfaces:
SpatialIndex2Capable
- All Known Implementing Classes:
AbstractAiSpawnPortal
,AbstractAiWaypointEntity
,AbstractCompositeEntity
,AbstractEntity
,AbstractEntityMod
,AbstractMeshEntity
,AbstractPortalCompositeEntity
,AbstractScriptingEntity
,AbstractWeaponEntity
,ActionItemEntity
,AiControlBanditEntity
,AiControlEntity
,AiControlTransporterEntity
,AiDestinationEntity
,AiSpawnPointEntity
,AiSpawnPortalsInWaves
,AiWaypointEntity
,Area2
,AsteroidScenarioScriptingEntity
,CheckGameMode
,CompositeEntityIdZone
,CompositeEntityZone
,CrewEntity
,CrewSpawnPointEntity
,DarkMatter
,DefaultCompositeEntity
,DefaultScriptingEntity
,DespawnAlliesWhenCleared
,EnhancedWindow
,EntityDefZone
,EntityIdZone
,EntityZone
,FloorEntity
,GenericRestrictedCompositeEntity
,ImageSurfaceCompositeEntity
,ImageSurfaceEntity
,InfoCompositeEntity
,InfoEntity
,LoadSceneScriptingEntity
,LockObjectInPlace
,LootContainer
,LootContainerCompositeEntity
,MarkerEntity
,MusicArea
,NextObjectiveWhenAreaCleared
,NextObjectiveWhenDestroyed
,PhysicalEntity
,RespawnAsSpaceStation
,RestrictedEntity
,ScriptingCompositeEntity
,SetDifficulty
,SetGameSessionOptions
,SetObjective
,ShowDialog
,SpaceCraft
,SpacecraftSpawnPointEntity
,SpaceObject
,SpaceShip
,SpaceStation
,StationEntryPointEntity
,StructureEntity
,WarpPlayer
,WeaponEntityMod
,Window
public interface HasPositionAndDimension2 extends HasPosition2
Interface for objects occupying 2D area, having a position (top left corner) and a dimension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordI2
getDimension()
-
Methods inherited from interface de.extio.spacecraft.shared.model.world.HasPosition2
getPosition
-
-
-
-
Method Detail
-
getDimension
CoordI2 getDimension()
-
-