Class Position
java.lang.Object
me.hsgamer.hscore.minecraft.block.box.Position
The immutable 3D position / location / vector
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public final double xThe x-axis -
y
public final double yThe y-axis -
z
public final double zThe z-axis
-
-
Constructor Details
-
Position
public Position(double x, double y, double z) Create a newPosition
- Parameters:
x
- the x-axisy
- the y-axisz
- the z-axis
-
-
Method Details