mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -30,8 +30,7 @@ use pocketmine\player\Player;
|
||||
|
||||
class Wood extends Opaque{
|
||||
|
||||
/** @var TreeType */
|
||||
private $treeType;
|
||||
private TreeType $treeType;
|
||||
|
||||
private bool $stripped;
|
||||
|
||||
|
Reference in New Issue
Block a user