Interface SkinProvider
public interface SkinProvider
Returns the skin provider.
WARNING: Every method call may be cached, so it may not return the up to date skin.
WARNING: Every method call may be cached, so it may not return the up to date skin.
- Author:
- MrIvanPlays
-
Method Summary
-
Method Details
-
getSkin
Returns theSkinof the specifiedownerUsername. If none,nullresult would be given in the returnedCompletableFuture- Parameters:
ownerUsername- the username of the player skin is wanted- Returns:
- future which may be fulfilled with the skin.
-
getSkin
Returns theSkinof the specifiedUUIDownerUuid. If none,nullresult would be given in the returnedCompletableFuture- Parameters:
ownerUuid- the uuid of the player skin is wanted- Returns:
- future which may be fulfilled with the skin.
-