Record getter

This commit is contained in:
LeoDog896 2021-09-19 08:36:27 -04:00
parent 7cc50467e2
commit 7c6c583ce1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public final class RelativeVec {
this.relativeZ = relativeZ;
}
public @NotNull CoordinateType getCoordinateType() {
public @NotNull CoordinateType coordinateType() {
return this.coordinateType;
}