GatheringItem Class |
Namespace: ff14bot.Managers
public class GatheringItem : RemoteObject
The GatheringItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount |
How many of the item you will get per gather
|
![]() | CanGather |
Checks if the slot is gatherable
|
![]() | Chance |
Chance to gather the item
|
![]() | Flags |
GatheringFlags for the slot
|
![]() | FortuneModifier | Obsolete. |
![]() | HqChance |
Chance the item will be gathered as high quality
|
![]() | IsFilled |
If there is an item in the given slot
|
![]() | IsUnknown |
Check if the ItemId for the slot is hidden
|
![]() | IsValid | (Inherited from RemoteObject.) |
![]() | ItemData |
The item for the slot
|
![]() | ItemId |
ItemId for the slot
|
![]() | Level |
Level of the item
|
![]() | Pointer | (Inherited from RemoteObject.) |
![]() | Stars |
How many stars the item has
|
![]() | Unk1 |
Returns the raw value used by CanGather
|
![]() | Unk2 | Obsolete. |
![]() | VTable | (Inherited from RemoteObject.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GatherItem |
Attempts to gather the item
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnUpdatePointer | (Inherited from RemoteObject.) |
![]() | ToString |
ToString()
(Overrides ObjectToString.) |
![]() | UpdatePointer | (Inherited from RemoteObject.) |