mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Merge branch 'next-major' into modern-world-support
This commit is contained in:
@ -33,8 +33,7 @@ use pocketmine\block\BlockFactory;
|
||||
* just place wheat crops when used on the ground).
|
||||
*/
|
||||
final class ItemBlock extends Item{
|
||||
/** @var int */
|
||||
private $blockFullId;
|
||||
private int $blockFullId;
|
||||
|
||||
public function __construct(ItemIdentifier $identifier, Block $block){
|
||||
parent::__construct($identifier, $block->getName());
|
||||
|
Reference in New Issue
Block a user