Update RelativeVec.java

This commit is contained in:
LeoDog896 2021-09-19 08:25:22 -04:00
parent f307e81f04
commit 7cc50467e2

View File

@ -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}.
*