build 8, allow setting selected hotbar slot, auto_jump setting

This commit is contained in:
Shoghi Cervantes
2015-04-28 14:20:35 +02:00
parent 84d1f4596b
commit 8caf04ade5
4 changed files with 50 additions and 29 deletions

View File

@ -598,6 +598,13 @@ class Block extends Position implements Metadatable{
return 10;
}
/**
* @return int
*/
public function getResistance(){
return 1;
}
/**
* @return float
*/