Uses of Class
de.extio.spacecraft.shared.model.world.Matrix2
-
Packages that use Matrix2 Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.client.module Interfaces and data objects related to various builtin client modulesde.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanicsde.extio.spacecraft.shared.model.entity.builtin.composite Builtin composite entity implementations and interfaces for custom implementationsde.extio.spacecraft.shared.model.world Data objects representing the game world -
-
Uses of Matrix2 in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return Matrix2 Modifier and Type Method Description Matrix2<Integer>EntityGroups. markEntityGroups(AbstractCompositeEntity compositeEntity, EntityGroupsOptions entityGroupsOptions)Matrix2<Integer>EntityGroups. markEntityGroups(CoordI2 dimension, GridIndex2D<AbstractEntity> index, EntityGroupsOptions entityGroupsOptions)Methods in de.extio.spacecraft.shared.bo that return types with arguments of type Matrix2 Modifier and Type Method Description org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, CoordI2 dimension, int pxPerCoord)org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupSpaceshipPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, int pxPerCoord)org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupTilesizedPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, int pxPerCoord)Methods in de.extio.spacecraft.shared.bo with parameters of type Matrix2 Modifier and Type Method Description org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, CoordI2 dimension, int pxPerCoord)org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupSpaceshipPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, int pxPerCoord)org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID>FieldsModuleDrawBo. setupTilesizedPixmap(Matrix2<RgbaColor> existingPixmap, UUID existingPixmapId, int pxPerCoord)Method parameters in de.extio.spacecraft.shared.bo with type arguments of type Matrix2 Modifier and Type Method Description voidFieldsModuleDrawBo. drawTilePixmap(org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder, Consumer<RenderingBoHasPositionRelativeToParent> consumer)voidFieldsModuleDrawBo. renderDamage(SpaceShip spaceShip, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder)voidFieldsModuleDrawBo. renderEM(SpaceShip spaceShip, Queue<Double> history, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder)voidFieldsModuleDrawBo. renderField(SpaceCraft spaceCraft, Field field, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder)voidFieldsModuleDrawBo. renderMesh(SpaceCraft spaceCraft, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder, org.apache.commons.lang3.tuple.Pair<UUID,Integer> laneOnly)voidFieldsModuleDrawBo. renderMeshBufferOverview(SpaceCraft spacecraft, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder)voidFieldsModuleDrawBo. renderMeshBuffers(SpaceCraft spacecraft, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder)voidFieldsModuleDrawBo. renderMeshConsumption(Queue<Map<RgbaColor,Double>> consumption, double meshProductionAmount, org.apache.commons.lang3.tuple.MutablePair<Matrix2<RgbaColor>,UUID> pixmapHolder) -
Uses of Matrix2 in de.extio.spacecraft.shared.client.module
Methods in de.extio.spacecraft.shared.client.module that return Matrix2 Modifier and Type Method Description Matrix2<RgbaColor>StatusViewContext. getFieldPixmap()Methods in de.extio.spacecraft.shared.client.module with parameters of type Matrix2 Modifier and Type Method Description voidStatusViewContext. setFieldPixmap(Matrix2<RgbaColor> fieldPixmap) -
Uses of Matrix2 in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo with parameters of type Matrix2 Modifier and Type Method Description DrawTilePixmapRenderingBoDrawTilePixmapRenderingBo. setMatrix(Matrix2<RgbaColor> matrix) -
Uses of Matrix2 in de.extio.spacecraft.shared.model.bo
Methods in de.extio.spacecraft.shared.model.bo that return Matrix2 Modifier and Type Method Description Matrix2<Integer>Field. getEntityGroups()Matrix2<FieldPoint>Field. getField()Methods in de.extio.spacecraft.shared.model.bo with parameters of type Matrix2 Modifier and Type Method Description voidField. setEntityGroups(Matrix2<Integer> entityGroups) -
Uses of Matrix2 in de.extio.spacecraft.shared.model.entity.builtin.composite
Fields in de.extio.spacecraft.shared.model.entity.builtin.composite with type parameters of type Matrix2 Modifier and Type Field Description protected Map<EntityGroupsOptions,Matrix2<Integer>>SpaceCraft. serverEntityGroupsCacheMethods in de.extio.spacecraft.shared.model.entity.builtin.composite that return types with arguments of type Matrix2 Modifier and Type Method Description Map<EntityGroupsOptions,Matrix2<Integer>>GenericRestrictedCompositeEntity. getServerEntityGroupsCache()Map<EntityGroupsOptions,Matrix2<Integer>>HasServerEntityGroupsCache. getServerEntityGroupsCache()Map<EntityGroupsOptions,Matrix2<Integer>>SpaceCraft. getServerEntityGroupsCache() -
Uses of Matrix2 in de.extio.spacecraft.shared.model.world
Constructors in de.extio.spacecraft.shared.model.world with parameters of type Matrix2 Constructor Description Matrix2(Matrix2<T> other)
-