AthenaProfile class Null safety
athena profile manager library
- Inheritance
-
- Object
- McpProfile
- AthenaProfile
Constructors
- AthenaProfile(Client client)
- athena profile object
Properties
- accountId ↔ String
-
account id of the profile
read / writeinherited
- accountLevel → num
-
get account level
read-only
-
backpacks
→ List<
AthenaCosmetic> -
get backpacks of profile
read-only
- battlePassLevel → num
-
get battle pass level
read-only
- battlestars → num
-
get battle stars
read-only
- battlestarsSeasonTotal → num
-
total battle stars for this season
read-only
- client ↔ Client
-
The master client
latefinalinherited
-
cosmeticLocker
→ List<
CosmeticLocker> -
get cosmetic locker of profile
read-only
-
cosmetics
→ List<
AthenaCosmetic> -
get cosmetics of the profile
read-only
- created ↔ DateTime
-
When the profile was created
read / writeinherited
- creativeAFKTimePlayed → num
-
total creative afk time played
read-only
- creativeAFKTracker → QuestItem
-
creative afk tracker
read-only
-
dances
→ List<
AthenaCosmetic> -
get dances of profile
read-only
- equippedSkin → String?
-
get equipped skin
read-only
-
gliders
→ List<
AthenaCosmetic> -
get gliders of profile
read-only
- gold ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- initialized ↔ bool
-
is the profile initialized
read / writeinherited
- isVIP → bool
-
is battle pass active
read-only
-
items
↔ List<
ProfileItem> -
profile items
read / writeinherited
-
itemWraps
→ List<
AthenaCosmetic> -
get item wraps of profile
read-only
- lastCreativeAFKTimeGranted → DateTime
-
get last time afk creative xp granted on
read-only
- lastMatch → DateTime
-
last match date time
read-only
-
loadingScreens
→ List<
AthenaCosmetic> -
get loading screens of profile
read-only
- maxAFKCreativeXPPerDay → num
-
max xp from afk creative per day
read-only
- maxCreativeAFKTimePlayable → num
-
max afk creative time playable
read-only
-
musicPacks
→ List<
AthenaCosmetic> -
get music packs of profile
read-only
- overflowedSuperchargedXP → num
-
overflowed supercharged xp
read-only
-
pickaxes
→ List<
AthenaCosmetic> -
get pickaxes of profile
read-only
- profileId ↔ FortniteProfile
-
The profile id of mcp profile
read / writeinherited
-
quests
→ List<
QuestItem> -
get quests of the profile
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- rvn ↔ int
-
number of profile revisions
read / writeinherited
- seasonNumber → int
-
season number
read-only
- serverTime ↔ DateTime
-
time of epic servers
read / writeinherited
-
skins
→ List<
AthenaCosmetic> -
get skins of profile
read-only
-
skydiveContrails
→ List<
AthenaCosmetic> -
get skydive contrails of profile
read-only
-
stats
↔ Map<
String, dynamic> -
profile stats
read / writeinherited
- superchargedXP → num
-
get supercharged xp
read-only
- superchargedXPExchange → num
-
get supercharged xp exchange
read-only
- superchargedXPMultiplier → num
-
get supercharged xp multiplier
read-only
- timeBetweenTicks → num
-
time betweek xp grants from afk creative in minutes
read-only
- updated ↔ DateTime
-
When the profile was last updated
read / writeinherited
- xpClaimedFromAFKCreative → num
-
xp claimed from afk creative today
read-only
- xpPerTick → num
-
xp per afk creative xp grant
read-only
Methods
-
confirmInitialized(
) → bool -
inherited
-
getGold(
) → Future< int> - get br inventory gold
-
init(
) → Future - init the profile
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited