mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
|
<!-- 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. |
|
||
|
| [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 it's 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. |
|
||
|
|