Class MathUtil
java.lang.Object
com.github.retrooper.packetevents.util.MathUtil
-
Method Summary
-
Method Details
-
clamp
public static int clamp(int value, int min, int max) -
clamp
public static double clamp(double value, double min, double max) -
floor
public static int floor(double value) -
floor
public static int floor(float value)
-