mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Update RelativeVec.java
This commit is contained in:
parent
f307e81f04
commit
7cc50467e2
@ -27,6 +27,10 @@ public final class RelativeVec {
|
|||||||
this.relativeZ = relativeZ;
|
this.relativeZ = relativeZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public @NotNull CoordinateType getCoordinateType() {
|
||||||
|
return this.coordinateType;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the location based on the relative fields and {@code position}.
|
* Gets the location based on the relative fields and {@code position}.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user