Implemented new Inventory windows on Player, Chest and Furnace

This commit is contained in:
Shoghi Cervantes
2014-05-23 20:53:06 +02:00
parent 27e82ea60a
commit 53749483c3
71 changed files with 1189 additions and 1009 deletions

View File

@ -171,6 +171,7 @@ class Binary{
return $m;
}
/**
* Reads a byte boolean
*
@ -197,7 +198,7 @@ class Binary{
* Reads an unsigned/signed byte
*
* @param string $c
* @param bool $signed
* @param bool $signed
*
* @return int
*/