Package

net.psforever.objects.serverobject

structures

Permalink

package structures

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Amenity extends PlanetSideServerObject

    Permalink

    Amenities are elements of the game that belong to other elements of the game.

    Normal PlanetSideServerObject entities (server objects) tend to have properties that are completely internalized.

    Amenities are elements of the game that belong to other elements of the game.

    Normal PlanetSideServerObject entities (server objects) tend to have properties that are completely internalized. An Amenity is a server object that maintains a fixed association with another server object. This association strips away at the internalization and redirects a reference to some properties somewhere else. An Amenity object belongs to its Owner object; the Amenity objects looks to its Owner object for some of its properties.

    See also

    FactionAffinity

  2. class Building extends PlanetSideServerObject

    Permalink
  3. class BuildingControl extends Actor with Check

    Permalink
  4. class FoundationBuilder extends AnyRef

    Permalink

    Defer establishment of a Building object until the location for the object is correct (in the correct zone) and a context in the proper Actor hierarchy of that zone exists in scope.

    Defer establishment of a Building object until the location for the object is correct (in the correct zone) and a context in the proper Actor hierarchy of that zone exists in scope.

    See also

    Building

    ServerObjectBuilder

  5. trait SphereOfInfluence extends AnyRef

    Permalink
  6. class WarpGate extends Building with SpawnPoint

    Permalink

Value Members

  1. object Amenity

    Permalink
  2. object Building

    Permalink
  3. object FoundationBuilder

    Permalink
  4. object StructureType extends Enumeration

    Permalink

    An Enumeration of the kinds of building structures found in the game.

    An Enumeration of the kinds of building structures found in the game. This is merely a kludge for more a future, more complicated internal object that handles base operations.

  5. object WarpGate

    Permalink

Ungrouped