Documentation
¶
Index ¶
Constants ¶
View Source
const ( //MinecraftServicesAPIHost The hostname for Minecraft's API. MinecraftServicesAPIHost = "api.minecraftservices.com" //YggdrasilAuthURI The URI for Mojang's authentication server. YggdrasilAuthURI = "https://authserver.mojang.com" //MicrosoftLoginAPI The URI for logging in to a Microsoft account for Minecraft via MicroAuth. MicrosoftLoginAPI = "" /* 223-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func AutoOffset ¶
AutoOffset Returns a floating-point offset based on connection speed or nil.
func GetDropTime ¶
GetDropTime gets the time.Time of when the inputted name drops. Returns nil upon error.
func SliceStrToBearers ¶
SliceStrToBearers returns a list of bearers from the input provided alongside the count of bearers. function also will automatically answer security questions if provided.
func Snipe ¶
func Snipe(config Configuration, ch chan SnipeRes)
Snipe snipes with config and sends response through the channel given.
func TextToSliceStr ¶
TextToSliceStr will return a slice of all the lines of the file, found at path, as strings. Also returns the number of lines read.
Types ¶
Click to show internal directories.
Click to hide internal directories.