Click or drag to resize

GatheringItem Class

Class that represents a remote row in the gathering window
Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ManagersGatheringItem

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

The GatheringItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
How many of the item you will get per gather
Public propertyCanGather
Checks if the slot is gatherable
Public propertyChance
Chance to gather the item
Public propertyFlags
GatheringFlags for the slot
Public propertyFortuneModifier Obsolete.
Public propertyHqChance
Chance the item will be gathered as high quality
Public propertyIsFilled
If there is an item in the given slot
Public propertyIsUnknown
Check if the ItemId for the slot is hidden
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyItemData
The item for the slot
Public propertyItemId
ItemId for the slot
Public propertyLevel
Level of the item
Public propertyPointer (Inherited from RemoteObject.)
Public propertyStars
How many stars the item has
Public propertyUnk1
Returns the raw value used by CanGather
Public propertyUnk2 Obsolete.
Public propertyVTable (Inherited from RemoteObject.)
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 methodGatherItem
Attempts to gather the item
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.)
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString
ToString()
(Overrides ObjectToString.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Public fieldSlotIndex
Slot index from zero
Top
See Also