December 2014 files
This commit is contained in:
@@ -31,6 +31,7 @@ public:
|
||||
void removeTileEntity(int x, int y, int z);
|
||||
void load();
|
||||
void unload(bool unloadTileEntities) ; // 4J - added parameter
|
||||
bool containsPlayer(); // 4J added
|
||||
void markUnsaved();
|
||||
void getEntities(shared_ptr<Entity> except, AABB bb, vector<shared_ptr<Entity> > &es);
|
||||
void getEntitiesOfClass(const type_info& ec, AABB bb, vector<shared_ptr<Entity> > &es);
|
||||
|
||||
Reference in New Issue
Block a user