- RANDOM - Static variable in class io.github.portlek.bukkitlocation.RandomUtil
-
a random cache.
- randomBlocks(int, boolean) - Method in class io.github.portlek.bukkitlocation.Cuboid
-
obtains a random block list from the given limit.
- randomLocations(int, boolean) - Method in class io.github.portlek.bukkitlocation.Cuboid
-
obtains a random location list from the given limit.
- RandomUtil - Class in io.github.portlek.bukkitlocation
-
a class that contains utility methods for
Random.
- removeAll() - Method in class io.github.portlek.bukkitlocation.Cuboid
-
removes all blocks where are in the cuboid.
- rotateAroundAxisX(Vector, double) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector around x axis for the given angle.
- rotateAroundAxisY(Vector, double) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector around y axis for the given angle.
- rotateAroundAxisZ(Vector, double) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector around z axis for the given angle.
- rotateVector(Vector, double, double, double) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector for the given x, y and z angle.
- rotateVector(Vector, Location) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector around the given location
- rotateVector(Vector, Float, Float) - Static method in class io.github.portlek.bukkitlocation.VectorUtil
-
rotates the given vector around the given yaw and pitch degrees.