Merge branch 'master' into mcpe-1.2

This commit is contained in:
Dylan K. Taylor
2017-08-28 18:02:09 +01:00
20 changed files with 53 additions and 63 deletions

View File

@ -738,7 +738,7 @@ class Item implements ItemIds, \JsonSerializable{
* Returns the highest amount of this item which will fit into one inventory slot.
* @return int
*/
public function getMaxStackSize(){
public function getMaxStackSize() : int{
return 64;
}