Click or drag to resize

GatheringManager Class

Manager that handles interacting with the remote gathering system
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersGatheringManager

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

The GatheringManager type exposes the following members.

Constructors
  NameDescription
Public methodGatheringManager
Top
Properties
  NameDescription
Public propertyStatic memberGatheringCombo
Gets the number of regular swings in a row
Public propertyStatic memberGatheringWindowItems
Gets the items in the gathering window
Public propertyStatic memberHqGatheringCombo
Gets the number of hq swings in a row
Public propertyStatic memberMaxSwings
Gets the max swings for the current node
Public propertyStatic memberQuickGathering
Gets and sets the status of QuickGathering Returns false if the window is not open
Public propertyStatic memberSwingsRemaining
Gets the remaining swings for the current node
Public propertyStatic memberWindowOpen
Checks if the gathering window is open
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetGatheringItemByIndex
Gets the item for the given index
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberShouldPause
Returns true if we cannot cast a gathering spell because we are mid swing or just after opening the window
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also