Uses of Package
de.extio.spacecraft.shared.model.world
-
Packages that use de.extio.spacecraft.shared.model.world Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.client.module Interfaces and data objects related to various builtin client modulesde.extio.spacecraft.shared.client.renderer Interfaces related to the rendererde.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.client.ui Utilities for the client UIde.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanicsde.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem.de.extio.spacecraft.shared.model.client.game Data objects representing a game session on client sidede.extio.spacecraft.shared.model.client.renderer Enums, business and data objects for the rendererde.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules.de.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.entity.builtin.composite Builtin composite entity implementations and interfaces for custom implementationsde.extio.spacecraft.shared.model.entity.builtin.composite.factory Builtin composite entity factories.de.extio.spacecraft.shared.model.entity.builtin.def Builtin entity definitionsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity typesde.extio.spacecraft.shared.model.entity.builtin.live.mod Base and builtin implementations of entity modsde.extio.spacecraft.shared.model.entity.builtin.live.scripting Implementations of scripting entities.de.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server sidede.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystemsde.extio.spacecraft.shared.model.message.client_internal Messages exchanged in the game clientde.extio.spacecraft.shared.model.message.local Messages exchanged locally in-memory between game client and an embedded serverde.extio.spacecraft.shared.model.message.toboth Messages exchanged bidirectional between client and serverde.extio.spacecraft.shared.model.message.toclient Messages sent from server to clientde.extio.spacecraft.shared.model.message.toserver Messages sent from client to serverde.extio.spacecraft.shared.model.world Data objects representing the game worldde.extio.spacecraft.shared.module Interfaces and business objects for the module subsystem.de.extio.spacecraft.shared.world Algorithmic implementations and utilities for the game world subsystem -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.bo Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideMatrix2 Implements a 2D matrixMutableCoordI2 Immutable implementation of CoordI2 -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.client Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.client.module Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Matrix2 Implements a 2D matrixMutableCoordI2 Immutable implementation of CoordI2 -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.client.renderer Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).HasPosition2 Interface for objects having a position (top left corner) -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.client.renderer.bo Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideMatrix2 Implements a 2D matrix -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.client.ui Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).HasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.managers Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionRectI2 A rectangle represented by top left (c0) and bottom right (c1) vertices -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.bo Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)Matrix2 Implements a 2D matrix -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.client.event Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).HasPosition2 Interface for objects having a position (top left corner) -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.client.game Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.client.renderer Class Description Edge2 Identifies a vertex or a side -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.client.settings Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionPoint2 A point in 2D spaceSpatialIndex2Capable Objects that can be indexed in SpatialIndex2D implementations -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.composite Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionMatrix2 Implements a 2D matrixSpatialIndex2Capable Objects that can be indexed in SpatialIndex2D implementations -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.composite.factory Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.def Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.live Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionImmutableCoordI2 Immutable implementation of CoordI2 -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.live.mod Class Description HasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.entity.builtin.live.scripting Class Description HasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.game_server.instance Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.managers Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.message.client_internal Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.message.local Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.message.toboth Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.message.toclient Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.message.toserver Class Description Area2 A 2D area, having a position (top left corner) and a dimension -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.model.world Class Description Coord2Conversion Helper to convert between mutable and immutable representations of tuples (coordinates and vectors)CoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionImmutableCoordD2 Immutable implementation of CoordD2ImmutableCoordI2 Immutable implementation of CoordI2Matrix2 Implements a 2D matrixMutableCoordD2 Immutable implementation of CoordD2MutableCoordI2 Immutable implementation of CoordI2Point2 A point in 2D spaceRectI2 A rectangle represented by top left (c0) and bottom right (c1) verticesSpatialIndex2Capable Objects that can be indexed in SpatialIndex2D implementations -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.module Class Description CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space). -
Classes in de.extio.spacecraft.shared.model.world used by de.extio.spacecraft.shared.world Class Description Area2 A 2D area, having a position (top left corner) and a dimensionCoordD2 A floating point number tuple (can represent a point, a coordinate or a vector in 2D space).CoordI2 An integer tuple (can represent a point, a coordinate or a vector in 2D space).Edge2 Identifies a vertex or a sideHasPosition2 Interface for objects having a position (top left corner)HasPositionAndDimension2 Interface for objects occupying 2D area, having a position (top left corner) and a dimensionRectI2 A rectangle represented by top left (c0) and bottom right (c1) verticesSpatialIndex2Capable Objects that can be indexed in SpatialIndex2D implementations