[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) ## Stanek interface Stanek's Gift API. Signature: ```typescript interface Stanek ``` ## Methods | Method | Description | | --- | --- | | [activeFragments()](./bitburner.stanek.activefragments.md) | List of fragments in Stanek's Gift. | | [canPlace(rootX, rootY, rotation, fragmentId)](./bitburner.stanek.canplace.md) | Check if fragment can be placed at specified location. | | [charge(rootX, rootY)](./bitburner.stanek.charge.md) | Charge a fragment, increasing its power. | | [clear()](./bitburner.stanek.clear.md) | Clear the board of all fragments. | | [fragmentDefinitions()](./bitburner.stanek.fragmentdefinitions.md) | List possible fragments. | | [get(rootX, rootY)](./bitburner.stanek.get.md) | Get placed fragment at location. | | [height()](./bitburner.stanek.height.md) | Stanek's Gift height. | | [place(rootX, rootY, rotation, fragmentId)](./bitburner.stanek.place.md) | Place fragment on Stanek's Gift. | | [remove(rootX, rootY)](./bitburner.stanek.remove.md) | Remove fragment at location. | | [width()](./bitburner.stanek.width.md) | Stanek's Gift width. |