2021-12-03 22:14:13 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Stanek ](./bitburner.stanek.md )
## Stanek interface
Stanek's Gift API.
< b > Signature:< / b >
```typescript
interface Stanek
```
## Methods
| Method | Description |
| --- | --- |
| [activeFragments() ](./bitburner.stanek.activefragments.md ) | List of fragments in Stanek's Gift. |
2022-03-29 21:49:31 +02:00
| [canPlaceFragment(rootX, rootY, rotation, fragmentId) ](./bitburner.stanek.canplacefragment.md ) | Check if fragment can be placed at specified location. |
| [chargeFragment(rootX, rootY) ](./bitburner.stanek.chargefragment.md ) | Charge a fragment, increasing its power. |
| [clearGift() ](./bitburner.stanek.cleargift.md ) | Clear the board of all fragments. |
2021-12-03 22:14:13 +01:00
| [fragmentDefinitions() ](./bitburner.stanek.fragmentdefinitions.md ) | List possible fragments. |
2022-03-29 21:49:31 +02:00
| [getFragment(rootX, rootY) ](./bitburner.stanek.getfragment.md ) | Get placed fragment at location. |
| [giftHeight() ](./bitburner.stanek.giftheight.md ) | Stanek's Gift height. |
| [giftWidth() ](./bitburner.stanek.giftwidth.md ) | Stanek's Gift width. |
| [placeFragment(rootX, rootY, rotation, fragmentId) ](./bitburner.stanek.placefragment.md ) | Place fragment on Stanek's Gift. |
| [removeFragment(rootX, rootY) ](./bitburner.stanek.removefragment.md ) | Remove fragment at location. |
2021-12-03 22:14:13 +01:00