Class ScopeLevel
java.lang.Object
me.deecaad.weaponmechanics.weapon.scope.ScopeLevel
-
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetScope(double level) From this one you can fetch the scope level values.
-
Method Details
-
getScope
public static float getScope(double level) From this one you can fetch the scope level values. It can be either be for attributes or abilities- Parameters:
level- the scope level- Returns:
- the amount of zoom (when using abilities or attributes depending on level)
-