mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -28,8 +28,7 @@ use function mt_rand;
|
||||
|
||||
class FrostedIce extends Ice{
|
||||
|
||||
/** @var int */
|
||||
protected $age = 0;
|
||||
protected int $age = 0;
|
||||
|
||||
public function readStateFromData(int $id, int $stateMeta) : void{
|
||||
$this->age = BlockDataSerializer::readBoundedInt("age", $stateMeta, 0, 3);
|
||||
|
Reference in New Issue
Block a user