Uses of Class
de.extio.spacecraft.shared.model.managers.CompatibilityLevel
-
Packages that use CompatibilityLevel Package Description de.extio.spacecraft.shared.model.client.state These objects hold custom states exchanged between client side modules and business objectsde.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystemsde.extio.spacecraft.shared.model.message Root for messages. -
-
Uses of CompatibilityLevel in de.extio.spacecraft.shared.model.client.state
Classes in de.extio.spacecraft.shared.model.client.state with annotations of type CompatibilityLevel Modifier and Type Class Description class
PersistentClientState
-
Uses of CompatibilityLevel in de.extio.spacecraft.shared.model.entity
Classes in de.extio.spacecraft.shared.model.entity with annotations of type CompatibilityLevel Modifier and Type Class Description class
AbstractCompositeEntity
AbstractCompositeEntity is the root of all composite entities, providing full functionality to interact with the game world.class
AbstractEntity
AbstractEntity is the root of all entities. -
Uses of CompatibilityLevel in de.extio.spacecraft.shared.model.managers
Classes in de.extio.spacecraft.shared.model.managers with annotations of type CompatibilityLevel Modifier and Type Class Description class
StorageIndex
-
Uses of CompatibilityLevel in de.extio.spacecraft.shared.model.message
Classes in de.extio.spacecraft.shared.model.message with annotations of type CompatibilityLevel Modifier and Type Class Description class
AbstractMessage
Root for messages.
-