Uses of Package
de.extio.spacecraft.shared.client.renderer
-
Packages that use de.extio.spacecraft.shared.client.renderer 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.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.live Builtin live entity implementations and interfaces for custom implementations of specific entity typesde.extio.spacecraft.shared.model.entity.builtin.live.scripting Implementations of scripting entities.de.extio.spacecraft.shared.module Interfaces and business objects for the module subsystem. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.bo Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering.RenderingBoHasPositionRelativeToParent Rendering BOs deriving from this interface indicate that their relative x/y coordinates are relative to a parent at tilesetDestinationPosition (for example "entity pos", which is relative to it's composite entity world position) You can optionally set an alternative parent, for example to allow coordinate translation based on a different parent composite entity than the one of your current entity. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.client Class Description RendererControl RendererControl controls the rendererRenderingBoPool Pool for rendering business objects. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.client.module Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.client.renderer Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering.RenderingBoHasDimension Rendering business objects implementing this interface have a dimensionRenderingBoHasPositionRelativeToParent Rendering BOs deriving from this interface indicate that their relative x/y coordinates are relative to a parent at tilesetDestinationPosition (for example "entity pos", which is relative to it's composite entity world position) You can optionally set an alternative parent, for example to allow coordinate translation based on a different parent composite entity than the one of your current entity.RenderingBoHasSubTileOffset BOs implementing this interface can be placed with an offset when using the tile raster as parent for positioning -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.client.renderer.bo Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering.RenderingBoHasDimension Rendering business objects implementing this interface have a dimensionRenderingBoHasPositionRelativeToParent Rendering BOs deriving from this interface indicate that their relative x/y coordinates are relative to a parent at tilesetDestinationPosition (for example "entity pos", which is relative to it's composite entity world position) You can optionally set an alternative parent, for example to allow coordinate translation based on a different parent composite entity than the one of your current entity.RenderingBoHasPositionWorldPos Rendering BOs deriving from this interface indicate that their relative x/y coordinates (withPositionRelative) are defined as world coordinates ("world pos")RenderingBoHasSubTileOffset BOs implementing this interface can be placed with an offset when using the tile raster as parent for positioningRenderingBoScaledAbsolutePosition Rendering business objects implementing this interfaces have their absolute position already scaled earlier in the rendering pipeline (by a translation worker) instead of being scaled during the actual rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.client.ui Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.model.entity Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.model.entity.builtin.composite Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.model.entity.builtin.live Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.model.entity.builtin.live.scripting Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering. -
Classes in de.extio.spacecraft.shared.client.renderer used by de.extio.spacecraft.shared.module Class Description RenderingBo RenderingBo is the basic contract for all business objects (bo) implementing building blocks for rendering.