forked from APDevTeam/Movecraft
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimised Craft movement in regards to WorldHandler (#23)
* Created new class `ChunkDataManager` and phased out `WorldHandler` * Optimisation successful. 54k vtest type craft translating in 31ms. * WorldHandler reduced to WorldUtils due to remaining methods; locationToBlockPos and moveEntity * CraftRotateCommand and CraftTranslateCommand now have internal methods that directly utilise ChunkDataManager
- Loading branch information
1 parent
2c542b6
commit bc6a788
Showing
20 changed files
with
406 additions
and
695 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
337 changes: 0 additions & 337 deletions
337
src/main/java/io/github/pulverizer/movecraft/WorldHandler.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.