Merge branch 'breaking' into breaking-114

This commit is contained in:
Jesse Boyd
2019-07-11 08:08:55 +10:00
94 changed files with 887 additions and 1160 deletions

View File

@ -84,7 +84,4 @@ public class MutableVector3 extends Vector3 {
return this;
}
public double getY() {
return y;
}
}