Skip navigation links
B C D F G I L R S T V 

B

blocks() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains blocks inside the cuboid.

C

center() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains center of the cuboid.
centerBottom() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains center bottom of the cuboid.
centeredIn(Location) - Static method in class io.github.portlek.bukkitlocation.LocationUtil
calculates the center of the given location.
centeredOn(Location) - Static method in class io.github.portlek.bukkitlocation.LocationUtil
calculates the center bottom of the given location.
chooseRandoms(List<T>, int, boolean) - Static method in class io.github.portlek.bukkitlocation.RandomUtil
chooses objects from the given list with the given limit.
Cuboid - Class in io.github.portlek.bukkitlocation
 
Cuboid(Location, Location) - Constructor for class io.github.portlek.bukkitlocation.Cuboid
ctor.

D

directionOf(Player) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a Directions from the given player.
directionOf(Location) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a Directions from the given location.
directionOf(float) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a Directions from the given yaw.
Directions - Enum in io.github.portlek.bukkitlocation
a class that contains directions for Minecraft.
DirectionUtil - Class in io.github.portlek.bukkitlocation
a class that contains utility methods for Directions.
doubleDirectionOf(Player) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a double Directions from the given player.
doubleDirectionOf(Location) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a double Directions from the given location.
doubleDirectionOf(float) - Static method in class io.github.portlek.bukkitlocation.DirectionUtil
obtains a double Directions from the given yaw.

F

fromKey(String) - Static method in class io.github.portlek.bukkitlocation.LocationUtil
converts the given key into a Location.

G

getMaximumLocation() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains the maximum location of this.
getMinimumLocation() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains the minimum location of this.

I

io.github.portlek.bukkitlocation - package io.github.portlek.bukkitlocation
the package that contains main classes.
isIn(Location) - Method in class io.github.portlek.bukkitlocation.Cuboid
checks if the given location is in the cuboid.

L

locations() - Method in class io.github.portlek.bukkitlocation.Cuboid
obtains locations inside the cuboid.
LocationUtil - Class in io.github.portlek.bukkitlocation
a class that contains utility methods for Location.

R

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.

S

set(Material) - Method in class io.github.portlek.bukkitlocation.Cuboid
sets all blocks inside the cuboid.

T

toKey(Location) - Static method in class io.github.portlek.bukkitlocation.LocationUtil
converts the given location into a String.

V

validWorld(Location) - Static method in class io.github.portlek.bukkitlocation.LocationUtil
gets the world of the given location.
valueOf(String) - Static method in enum io.github.portlek.bukkitlocation.Directions
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.portlek.bukkitlocation.Directions
Returns an array containing the constants of this enum type, in the order they are declared.
VectorUtil - Class in io.github.portlek.bukkitlocation
a class that contains utility methods for Vector.
B C D F G I L R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.