Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.GatheringItem Class Reference

Class that represents a remote row in the gathering window. More...

Inheritance diagram for ff14bot.Managers.GatheringItem:
ff14bot.Objects.RemoteObject

Public Member Functions

bool GatherItem ()
 Attempts to gather the item.
override string ToString ()
 ToString()
Public Member Functions inherited from ff14bot.Objects.RemoteObject
void UpdatePointer (IntPtr newptr)
 Updates the pointer to a new value and triggers any necessary update mechanisms.

Public Attributes

readonly uint SlotIndex
 Slot index from zero.

Properties

byte Stars [get]
 How many stars the item has.
byte Level [get]
 Level of the item.
byte Chance [get]
 Chance to gather the item.
byte HqChance [get]
 Chance the item will be gathered as high quality.
byte GathersBoonChance [get]
 Chance the item will be gather an additional item.
byte Amount [get]
 How many of the item you will get per gather.
bool IsUnknown [get]
 Check if the ItemId for the slot is hidden.
uint GatheringItemKey [get]
 Returns the raw value used by CanGather.
uint Unk1 [get]
 Returns the raw value used by CanGather.
bool CanGather [get]
 Checks if the slot is gatherable.
bool IsFilled [get]
 If there is an item in the given slot.
GatheringFlags Flags [get]
 GatheringFlags for the slot.
FortuneModifier FortuneModifier [get]
byte Unk2 [get]
Item ItemData [get]
 The item for the slot.
uint ItemId [get]
 ItemId for the slot.
Properties inherited from ff14bot.Objects.RemoteObject
virtual bool IsValid [get]
 Indicates whether the instance is valid and points to a valid reference or object.
IntPtr VTable [get]
 Gets the virtual function table (VTable) pointer for the remote object.
IntPtr Pointer [get, set]
 Gets or sets the memory pointer for the associated object or entity.

Additional Inherited Members

Protected Member Functions inherited from ff14bot.Objects.RemoteObject
 RemoteObject (IntPtr pointer)
 Represents the base class for objects that manage pointers to external memory in the game or application.
virtual void OnUpdatePointer (IntPtr ptr)
 Invoked when the pointer to external memory is updated.

Detailed Description

Class that represents a remote row in the gathering window.

Member Function Documentation

◆ GatherItem()

bool ff14bot.Managers.GatheringItem.GatherItem ( )

Attempts to gather the item.

Returns

◆ ToString()

override string ff14bot.Managers.GatheringItem.ToString ( )

ToString()

Returns

Member Data Documentation

◆ SlotIndex

readonly uint ff14bot.Managers.GatheringItem.SlotIndex

Slot index from zero.

Property Documentation

◆ Amount

byte ff14bot.Managers.GatheringItem.Amount
get

How many of the item you will get per gather.

◆ CanGather

bool ff14bot.Managers.GatheringItem.CanGather
get

Checks if the slot is gatherable.

◆ Chance

byte ff14bot.Managers.GatheringItem.Chance
get

Chance to gather the item.

◆ Flags

GatheringFlags ff14bot.Managers.GatheringItem.Flags
get

GatheringFlags for the slot.

◆ FortuneModifier

FortuneModifier ff14bot.Managers.GatheringItem.FortuneModifier
get

◆ GatheringItemKey

uint ff14bot.Managers.GatheringItem.GatheringItemKey
get

Returns the raw value used by CanGather.

◆ GathersBoonChance

byte ff14bot.Managers.GatheringItem.GathersBoonChance
get

Chance the item will be gather an additional item.

◆ HqChance

byte ff14bot.Managers.GatheringItem.HqChance
get

Chance the item will be gathered as high quality.

◆ IsFilled

bool ff14bot.Managers.GatheringItem.IsFilled
get

If there is an item in the given slot.

◆ IsUnknown

bool ff14bot.Managers.GatheringItem.IsUnknown
get

Check if the ItemId for the slot is hidden.

◆ ItemData

Item ff14bot.Managers.GatheringItem.ItemData
get

The item for the slot.

◆ ItemId

uint ff14bot.Managers.GatheringItem.ItemId
get

ItemId for the slot.

◆ Level

byte ff14bot.Managers.GatheringItem.Level
get

Level of the item.

◆ Stars

byte ff14bot.Managers.GatheringItem.Stars
get

How many stars the item has.

◆ Unk1

uint ff14bot.Managers.GatheringItem.Unk1
get

Returns the raw value used by CanGather.

◆ Unk2

byte ff14bot.Managers.GatheringItem.Unk2
get