AthenaProfile class

athena profile manager library

Inheritance

Constructors

AthenaProfile(Client client)
athena profile object

Properties

accountId String
account id of the profile
getter/setter pairinherited
accountLevel num
get account level
no setter
backpacks List<AthenaCosmetic>
get backpacks of profile
no setter
battlePassLevel num
get battle pass level
no setter
battlestars num
get battle stars
no setter
battlestarsSeasonTotal num
total battle stars for this season
no setter
client Client
The master client
latefinalinherited
cosmeticLocker List<CosmeticLocker>
get cosmetic locker of profile
no setter
cosmetics List<AthenaCosmetic>
get cosmetics of the profile
no setter
created DateTime
When the profile was created
getter/setter pairinherited
creativeAFKTimePlayed num
total creative afk time played
no setter
creativeAFKTracker QuestItem
creative afk tracker
no setter
dances List<AthenaCosmetic>
get dances of profile
no setter
equippedSkin String?
get equipped skin
no setter
gliders List<AthenaCosmetic>
get gliders of profile
no setter
gold int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialized bool
is the profile initialized
getter/setter pairinherited
isVIP bool
is battle pass active
no setter
items List<ProfileItem>
profile items
getter/setter pairinherited
itemWraps List<AthenaCosmetic>
get item wraps of profile
no setter
lastCreativeAFKTimeGranted DateTime
get last time afk creative xp granted on
no setter
lastMatch DateTime
last match date time
no setter
loadingScreens List<AthenaCosmetic>
get loading screens of profile
no setter
maxAFKCreativeXPPerDay num
max xp from afk creative per day
no setter
maxCreativeAFKTimePlayable num
max afk creative time playable
no setter
musicPacks List<AthenaCosmetic>
get music packs of profile
no setter
overflowedSuperchargedXP num
overflowed supercharged xp
no setter
pickaxes List<AthenaCosmetic>
get pickaxes of profile
no setter
profileId FortniteProfile
The profile id of mcp profile
getter/setter pairinherited
quests List<QuestItem>
get quests of the profile
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rvn int
number of profile revisions
getter/setter pairinherited
seasonNumber int
season number
no setter
serverTime DateTime
time of epic servers
getter/setter pairinherited
skins List<AthenaCosmetic>
get skins of profile
no setter
skydiveContrails List<AthenaCosmetic>
get skydive contrails of profile
no setter
stats Map<String, dynamic>
profile stats
getter/setter pairinherited
superchargedXP num
get supercharged xp
no setter
superchargedXPExchange num
get supercharged xp exchange
no setter
superchargedXPMultiplier num
get supercharged xp multiplier
no setter
timeBetweenTicks num
time betweek xp grants from afk creative in minutes
no setter
updated DateTime
When the profile was last updated
getter/setter pairinherited
xpClaimedFromAFKCreative num
xp claimed from afk creative today
no setter
xpPerTick num
xp per afk creative xp grant
no setter

Methods

confirmInitialized() bool
inherited
getGold() Future<int>
get br inventory gold
init() Future
init the profile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited