Rebornbuddy
|
Handles interacting with private gardens. More...
Static Public Member Functions | |
static FertilizeResult | Fertilize (int itemId=7767) |
Attempts to fertilize the active plant with the provided fertilizer. | |
static async Task< bool > | Plant (BagSlot soil, BagSlot seeds) |
static bool | NeedsWatering (GameObject plant) |
static Item | GetCrop (GameObject plant) |
Gets the item that the plant will yield. |
Properties | |
static IEnumerable< EventObject > | Plants [get] |
Gets all the plants visible to the objectmanager. | |
static IEnumerable< InteractableHousingObject > | FlowerPots [get] |
Gets all the flower pots visible to the objectmanager. | |
static IEnumerable< GameObject > | FlowersAndPlants [get] |
static bool | ReadyToFertilize [get] |
Returns true if we have an active plant and the fertilize window is open. |
Handles interacting with private gardens.
|
static |
Attempts to fertilize the active plant with the provided fertilizer.
itemId | Defaults to fishmeal |
|
static |
Gets the item that the plant will yield.
plant |
|
static |
|
staticget |
Gets all the flower pots visible to the objectmanager.
|
staticget |
|
staticget |
Gets all the plants visible to the objectmanager.
|
staticget |
Returns true if we have an active plant and the fertilize window is open.