-
Notifications
You must be signed in to change notification settings - Fork 2
Beehive Interface
Jhefferson Marques edited this page Feb 5, 2022
·
1 revision
Get data from the bees and automate the honey bottle/honeycomb collection
| Methods | Description |
|---|---|
| hasBees() | Returns a boolean determining if the hive has bees or not |
| getBeeCount() | Returns how many bees are inside the hive |
| gotFireNear() | Returns a boolean determining the presence of a fire close to the hive |
| getBees() | Returns a table with the information about each present bee |
| getHoneyLevel() | Returns an number representing the honey level of the hive |
| collectHoney(resources:string, output:string, bottled:boolean) | The resources is a inventory that contains a shear or glass bottles, output is the inventory of the collected resources, and the bottled flag represents if it needs to use the shears or the bottles for the resource collecting |