package
Version:
v1.18.2
Opens a new window with list of versions in this module.
Published: May 21, 2022
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Resp struct {
Name string
ID uuid.UUID
Properties [1]struct {
Name, Value, Signature string
}
}
Resp is the response of authentication
Encrypt a connection, with authentication
Texture unmarshal the base64 encoded texture of Resp
type Texture struct {
TimeStamp int64 `json:"timestamp"`
ID uuid.UUID `json:"profileId"`
Name string `json:"profileName"`
Textures struct {
SKIN, CAPE struct {
URL string `json:"url"`
}
} `json:"textures"`
}
Texture includes player's skin and cape
Source Files
¶
Click to show internal directories.
Click to hide internal directories.