Updated NBT library to remove read overhead

This commit is contained in:
Shoghi Cervantes
2014-03-12 22:40:19 +01:00
parent cc5a30a0c2
commit 63542a2f13
32 changed files with 446 additions and 500 deletions

View File

@ -21,14 +21,6 @@
namespace PocketMine;
//Gamemodes
const SURVIVAL = 0;
const CREATIVE = 1;
const ADVENTURE = 2;
const VIEW = 3;
const VIEWER = 3;
//Entities
const ENTITY_PLAYER = 1;