Record getter

This commit is contained in:
LeoDog896 2021-09-19 08:36:27 -04:00
parent 7cc50467e2
commit 7c6c583ce1

View File

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