bitburner-src/markdown/bitburner.stanek.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

1.5 KiB

Home > bitburner > Stanek

Stanek interface

Stanek's Gift API.

Signature:

interface Stanek 

Methods

Method Description
acceptGift() Accept Stanek's Gift by joining the Church of the Machine God
activeFragments() List of fragments in Stanek's Gift.
canPlaceFragment(rootX, rootY, rotation, fragmentId) Check if fragment can be placed at specified location.
chargeFragment(rootX, rootY) Charge a fragment, increasing its power.
clearGift() Clear the board of all fragments.
fragmentDefinitions() List possible fragments.
getFragment(rootX, rootY) Get placed fragment at location.
giftHeight() Stanek's Gift height.
giftWidth() Stanek's Gift width.
placeFragment(rootX, rootY, rotation, fragmentId) Place fragment on Stanek's Gift.
removeFragment(rootX, rootY) Remove fragment at location.