Preparing search index...
The search index is not available
mojang-lib
mojang-lib
classes/profile/MinecraftProfile
MinecraftProfile
Class MinecraftProfile
Represents a user's Minecraft profile.
Hierarchy
GameProfile
MinecraftProfile
Index
Constructors
constructor
Properties
account
created
game
legacy
migrated
player
premium
suspended
token
username
uuid
Methods
load
Player
Constructors
constructor
new
Minecraft
Profile
(
data
,
associated_account
)
:
MinecraftProfile
Parameters
data
:
any
associated_account
:
MojangAccount
Returns
MinecraftProfile
Properties
Readonly
account
account
:
MojangAccount
Readonly
created
created
:
Date
Readonly
game
game
:
string
Readonly
legacy
legacy
:
boolean
Readonly
migrated
migrated
:
boolean
player
player
:
any
Readonly
premium
premium
:
boolean
Readonly
suspended
suspended
:
boolean
Readonly
token
token
:
string
Readonly
username
username
:
string
Readonly
uuid
uuid
:
string
|
number
Methods
load
Player
load
Player
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
account
created
game
legacy
migrated
player
premium
suspended
token
username
uuid
load
Player
src
apis
Accounts.ts
default
MCAPI_ACCOUNTS
Players.ts
default
MCAPI_PLAYERS
Servers.ts
default
MCAPI_SERVERS
classes
account
index.ts
AccountRegistration
MojangAccount
MojangAccountData
MojangAccountProfiles
MojangAccountProperties
UserProperty
MojangAccount.ts
default
MojangAccount
AccountRegistration
MojangAccountData
UserProperty
MojangAccountProfiles.ts
default
MojangAccountProfiles
MojangAccountProperties.ts
default
MojangAccountProperties
misc
index.ts
MinecraftPacket
ServiceStatus
MinecraftPacket.ts
default
MinecraftPacket
ServiceStatus.ts
default
ServiceStatus
player
index.ts
LoggedPlayer
LoggedPlayerTextures
Player
PlayerIdentity
PlayerProperty
RegularPlayer
RegularPlayerTextures
LoggedPlayer.ts
default
LoggedPlayer
LoggedPlayerTextures.ts
default
LoggedPlayerTextures
Player.ts
default
Player
PlayerIdentity
PlayerProperty
RegularPlayer.ts
default
RegularPlayer
RegularPlayerTextures.ts
default
RegularPlayerTextures
profile
index.ts
AuthenticatedProfile
GameProfile
MinecraftProfile
OtherProfile
ProfileProperty
GameProfile.ts
default
GameProfile
AuthenticatedProfile
ProfileProperty
MinecraftProfile.ts
default
MinecraftProfile
OtherProfile.ts
default
OtherProfile
server
index.ts
NamesRaw
OnlineServer
PingedServer
RawCleanHtml
Server
ServerMotd
ServerPlayerData
ServerPlayers
TcpPingedServer
Server.ts
default
Server
NamesRaw
OnlineServer
PingedServer
RawCleanHtml
ServerMotd
ServerPlayerData
TcpPingedServer
ServerPlayers.ts
default
ServerPlayers
index.ts
AccountRegistration
AuthenticatedProfile
GameProfile
LoggedPlayer
LoggedPlayerTextures
MinecraftPacket
MinecraftProfile
MojangAccount
MojangAccountData
MojangAccountProfiles
MojangAccountProperties
NamesRaw
OnlineServer
OtherProfile
PingedServer
Player
PlayerIdentity
PlayerProperty
ProfileProperty
RawCleanHtml
RegularPlayer
RegularPlayerTextures
Server
ServerMotd
ServerPlayerData
ServerPlayers
ServiceStatus
TcpPingedServer
UserProperty
utils
MCAPIError.ts
default
MCAPIError
fn.ts
Base64
isNode
requests.ts
default
Requests
index.ts
AccountRegistration
AuthenticatedProfile
GameProfile
LoggedPlayer
LoggedPlayerTextures
MCAPIError
MinecraftPacket
MinecraftProfile
MojangAccount
MojangAccountData
MojangAccountProfiles
MojangAccountProperties
NamesRaw
OnlineServer
OtherProfile
PingedServer
Player
PlayerIdentity
PlayerProperty
ProfileProperty
RawCleanHtml
RegularPlayer
RegularPlayerTextures
Server
ServerMotd
ServerPlayerData
ServerPlayers
ServiceStatus
TcpPingedServer
UserProperty
accounts
default
players
servers
MCAPI
Represents a user's Minecraft profile.