mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -35,7 +35,7 @@ class RedMushroomBlock extends Opaque{
|
||||
* the legacy crap for now.
|
||||
* TODO: change this once proper blockstates are implemented
|
||||
*/
|
||||
protected $rotationData = 0;
|
||||
protected int $rotationData = 0;
|
||||
|
||||
protected function writeStateToMeta() : int{
|
||||
return $this->rotationData;
|
||||
|
Reference in New Issue
Block a user