Implemented Importing and Exporting Tile Entities; Additional Improvements #41

Merged
SenseiKiwi merged 15 commits from master into master 2013-07-15 22:08:53 +00:00
Showing only changes of commit 3e096c0074 - Show all commits

View File

@@ -77,8 +77,6 @@ public class Point3D implements Serializable {
//For instance, points that are within the same chunk or within a few neighboring chunks. Only the low-order
//bits of each component would differ. I'll use 8 bits from Y and the 12 bits from X and Z. ~SenseiKiwi
//The result of this could be cached but that would break serialization for this class! >_<
int bit;
int hash;
int index;