PositionSetting
A setting used to easily change the position of a Hud Element
new PositionSetting(String name, String description, int width, int height)
new PositionSetting(String name, String description, int width, int height)getX(): int
getX(): intgetY(): int
getY(): intsetWidth(int width): void
setWidth(int width): voidsetHeight(int height): void
setHeight(int height): voidgetName(): String
getName(): StringgetDescription(): String
getDescription(): StringsetHidden(boolean hidden): void
setHidden(boolean hidden): voidisHidden(boolean hidden): void
CPS CounterisHidden(boolean hidden): voidLast updated