mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-12 13:44:28 +01:00
Merge pull request #468 from Project-Cepi/relative-vec-coordinate-type-getter
Add `getCoordinateType` to RelativeVec
This commit is contained in:
commit
cbc87a2a68
@ -27,6 +27,10 @@ public final class RelativeVec {
|
||||
this.relativeZ = relativeZ;
|
||||
}
|
||||
|
||||
public @NotNull CoordinateType coordinateType() {
|
||||
return this.coordinateType;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the location based on the relative fields and {@code position}.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user