December 2014 files
This commit is contained in:
@@ -39,9 +39,10 @@ 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);
|
||||
void getEntities(shared_ptr<Entity> except, AABB bb, vector<shared_ptr<Entity> > &es, EntitySelector *selector);
|
||||
void getEntitiesOfClass(const type_info& ec, AABB bb, vector<shared_ptr<Entity> > &es, EntitySelector *selector);
|
||||
int countEntities();
|
||||
bool shouldSave(bool force);
|
||||
void setBlocks(byteArray newBlocks, int sub);
|
||||
|
||||
Reference in New Issue
Block a user