Package de.saibotk.jmaw
Class PlayerSkinTexture
java.lang.Object
de.saibotk.jmaw.PlayerSkinTexture
This models the players skin texture object found in
PlayerTexturesProperty.getSkin()
.- Since:
- 1.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theSkinMetadata
if there is one.getUrl()
Returns the url to the skin texture.
-
Constructor Details
-
PlayerSkinTexture
public PlayerSkinTexture()
-
-
Method Details
-
getUrl
Returns the url to the skin texture.- Returns:
- the skins url.
- Since:
- 1.0
-
getMetadata
Returns theSkinMetadata
if there is one. Usually this is only the case where the slim model was used (Alex style), otherwise it will be omitted (null will be returned).- Returns:
- an instance of
SkinMetadata
or null if the response did not include any information. - Since:
- 1.0
-