Package noppes.npcs.api
Interface IScreenSize
-
public interface IScreenSize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getHeightPercent(double percent)
int
getWidth()
int
getWidthPercent(double percent)
-