mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +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;
|
||||
}
|
||||
|
||||
public @NotNull CoordinateType getCoordinateType() {
|
||||
return this.coordinateType;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the location based on the relative fields and {@code position}.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user