Click or drag to resize

GardenManager Class

Handles interacting with private gardens
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersGardenManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class GardenManager

The GardenManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFlowerPots
Gets all the flower pots visible to the objectmanager
Public propertyStatic memberFlowersAndPlants
Public propertyStatic memberPlants
Gets all the plants visible to the objectmanager
Public propertyStatic memberReadyToFertilize
Returns true if we have an active plant and the fertilize window is open
Top
Methods
  NameDescription
Public methodStatic memberFertilize
Attempts to fertilize the active plant with the provided fertilizer
Public methodStatic memberGetCrop
Gets the item that the plant will yield
Public methodStatic memberNeedsWatering
Public methodStatic memberPlant
Top
See Also