Renaming and cleanup and a new method.

This commit is contained in:
MattBDev
2019-07-09 15:50:13 -04:00
parent 0feebac44b
commit 4a40c7d99c
79 changed files with 893 additions and 1226 deletions

View File

@ -309,8 +309,4 @@ public class Location extends Vector3 {
return true;
}
@Override
public int hashCode() {
return super.hashCode();
}
}