Rebornbuddy
|
Namespaces | |
namespace | SqPack |
Classes | |
class | Blacklist |
Provides functionality to manage a blacklist of entries, allowing for adding, checking, retrieving, and clearing blacklisted items. More... | |
class | ConverterContractResolver |
class | DictionaryExtensions |
class | Extensions_Vector3 |
class | FrameCachedObject< T > |
Provides simple and accessible caching. Values are cached for one game frame. Most logic is already cached at the memory level, this is useful for caching the results of complex logic. More... | |
class | FrameCachedValue< T > |
Provides simple and accessible caching. Values are cached for one game frame. Most logic is already cached at the memory level, this is useful for caching the results of complex logic. More... | |
class | HarmonyHelper |
class | JsonSettings |
Main settings class for rebornbuddy. Inherit this if you want to make your own settings class. More... | |
class | JsonSettings< T > |
Json settings class that allows easy instantiation. More... | |
class | LazyFrameCachedValue< T > |
Provides simple and accessible caching. | |
class | LocalizedDictionary< K, V > |
LocalizedDictionary provides a dictionary that provides 3 different keys, a user-supplied type(often an int), and two strings. More... | |
class | MathHelper |
class | MultiKeyDictionary< K, L, V > |
Multi-Key Dictionary Class. More... | |
class | ObservableObjectCollection< T > |
class | Poi |
Poi. More... | |
class | UpdateDefaultValueAttribute |
class | Utils |
Provides a collection of utility methods and properties for various helper functionalities. This static class includes methods for working with dynamic objects, arrays, types, and UI elements. More... |
Enumerations | |
enum | BlacklistFlags : uint { Combat , Interact , Loot , Node , Pull , SpecialHunt , All } |
enum | PoiType { None , Gather , Kill , Vendor , Collect , Death , Hotspot , Fate , Wait , Quest , QuestTurnIn , QuestPickUp , Interact , Repair , Buy } |
Functions | |
delegate void | UpdateAttributeDelegate (object objtoupdate) |
enum ff14bot.Helpers.BlacklistFlags : uint |
delegate void ff14bot.Helpers.UpdateAttributeDelegate | ( | object | objtoupdate | ) |