Uses of Record Class
dev.twilite.game.common.ScreenPoint
Packages that use ScreenPoint
-
Uses of ScreenPoint in dev.twilite.game
Methods in dev.twilite.game that return types with arguments of type ScreenPointModifier and TypeMethodDescriptionstatic Optional<ScreenPoint> Game.project(int fineX, int fineY, int floor, int zOffset) Projects fine coordinate components to the screen.static Optional<ScreenPoint> Game.project(Coord.Fine fine) Projects a fine coordinate to the screen.static Optional<ScreenPoint> Game.project(Coord.Fine fine, int zOffset) Projects a fine coordinate to the screen with a vertical offset.