Uses of Class
de.extio.spacecraft.shared.model.world.RectI2
-
Packages that use RectI2 Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.world Data objects representing the game worldde.extio.spacecraft.shared.world Algorithmic implementations and utilities for the game world subsystem -
-
Uses of RectI2 in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers with parameters of type RectI2 Modifier and Type Method Description List<AbstractCompositeEntity>
WorldManager. findBy(RectI2 rect)
Find composite entities by certain criteriaList<AbstractCompositeEntity>
WorldManager. findBy(RectI2 rect, Predicate<AbstractCompositeEntity> filter)
Find composite entities by certain criteria -
Uses of RectI2 in de.extio.spacecraft.shared.model.world
Constructors in de.extio.spacecraft.shared.model.world with parameters of type RectI2 Constructor Description RectI2(RectI2 other)
-
Uses of RectI2 in de.extio.spacecraft.shared.world
Methods in de.extio.spacecraft.shared.world that return RectI2 Modifier and Type Method Description static RectI2
WorldUtils. intersectRectangles(RectI2 r0, RectI2 r1)
Intersects 2 recanglesMethods in de.extio.spacecraft.shared.world with parameters of type RectI2 Modifier and Type Method Description default Collection<T>
SpatialIndex2D. find(RectI2 rect)
Queries all object intersecting with a given areastatic RectI2
WorldUtils. intersectRectangles(RectI2 r0, RectI2 r1)
Intersects 2 recanglesboolean
QuadTree. intersects(RectI2 rect0, RectI2 rect1)
boolean
QuadTree. intersects(de.extio.spacecraft.shared.world.QuadTree.Node<T> node, RectI2 rect)
boolean
QuadTree. intersects(T obj, RectI2 rect)
-