Package de.saibotk.jmaw
package de.saibotk.jmaw
-
ClassDescriptionSimple error model.This represents an API exception, for example when the server responds with an HTTP 400 message.This is the response of the Mojang API containing a status signal
APIStatus.MojangAPIStatusCode
for each service they offer.This is the status code returned by the API as anenum
.This Mojang API wrapper class contains all functions to interact with the Mojang API and will return its answers as instances of their respective model classes found inde.saibotk.jmaw
.This models the players cape texture, found inPlayerTexturesProperty.getCape()
.This models the response for the Mojang API when querying for information on a specific player viaMojangAPI.getPlayerProfile(String)
.This models the basic player property found in the list of all properties a player has (PlayerProfile.getProperties()
).This models the players skin texture object found inPlayerTexturesProperty.getSkin()
.This models the response of the Mojang API when querying for aPlayerProfile
and hisPlayerProperty
list.This models the response byMojangAPI.getSaleStatistics(java.util.List)
.This models the metadata object returned byPlayerSkinTexture.getMetadata()
method.This represents the TooManyRequestsException returned by the API.This is the response of the Mojang API containing a username and a timestamp, describing when a player started using the name, for a given uuid.Utility class holding static functions to recreate commonly used instances ofGson
etc.This is the response of the Mojang API containing the current user id and username for a given username.