Package dev.cerus.maps.util
Class HitBoxCalculatorUtil
java.lang.Object
dev.cerus.maps.util.HitBoxCalculatorUtil
Calculates hit boxes for map screens
-
Method Summary
Modifier and TypeMethodDescriptionstatic MapScreen.HitBox
calculateHitBox(MapScreen screen)
Calculate the hit box of a map screen
-
Method Details
-
calculateHitBox
Calculate the hit box of a map screen- Parameters:
screen
- The screen to calculate the hit box for- Returns:
- The calculated hit box or null if the calculation failed
-