Packages

class SectorGroup extends SectorPopulation

The specific datastructure that is mentioned when using the term "sector conglomerate". Typically used to compose the lists of entities from various individual sectors.

Source
Sector.scala
Linear Supertypes
SectorPopulation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SectorGroup
  2. SectorPopulation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SectorGroup(rangeX: Float, rangeY: Float, livePlayerList: List[Player], corpseList: List[Player], vehicleList: List[Vehicle], equipmentOnGroundList: List[Equipment], deployableList: List[Deployable], buildingList: List[Building], amenityList: List[Amenity], environmentList: List[PieceOfEnvironment], projectileList: List[Projectile])

    livePlayerList

    the living players

    corpseList

    the dead players

    vehicleList

    vehicles

    equipmentOnGroundList

    dropped equipment

    deployableList

    deployed combat engineering gear

    buildingList

    the structures

    amenityList

    the structures within the structures

    environmentList

    fields that represent the game world environment

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val amenityList: List[Amenity]
    Definition Classes
    SectorGroupSectorPopulation
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val buildingList: List[Building]
    Definition Classes
    SectorGroupSectorPopulation
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val corpseList: List[Player]
    Definition Classes
    SectorGroupSectorPopulation
  9. val deployableList: List[Deployable]
    Definition Classes
    SectorGroupSectorPopulation
  10. val environmentList: List[PieceOfEnvironment]
    Definition Classes
    SectorGroupSectorPopulation
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val equipmentOnGroundList: List[Equipment]
    Definition Classes
    SectorGroupSectorPopulation
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val livePlayerList: List[Player]
    Definition Classes
    SectorGroupSectorPopulation
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val projectileList: List[Projectile]
    Definition Classes
    SectorGroupSectorPopulation
  23. val rangeX: Float
    Definition Classes
    SectorGroupSectorPopulation
  24. val rangeY: Float
    Definition Classes
    SectorGroupSectorPopulation
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def total: Int

    A count of all the entities in all the lists.

    A count of all the entities in all the lists.

    Definition Classes
    SectorPopulation
  28. val vehicleList: List[Vehicle]
    Definition Classes
    SectorGroupSectorPopulation
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SectorPopulation

Inherited from AnyRef

Inherited from Any

Ungrouped