power; } public function readStateFromMeta(int $meta) : void{ $this->power = $meta; } public function getStateBitmask() : int{ return 0b1111; } public function getName() : string{ return "Weighted Pressure Plate Light"; } public function isSolid() : bool{ return false; } public function getHardness() : float{ return 0.5; } public function getToolType() : int{ return BlockToolType::TYPE_PICKAXE; } public function getToolHarvestLevel() : int{ return TieredTool::TIER_WOODEN; } }