Package kr.toxicity.model.api.player
Interface PlayerSkinProvider
public interface PlayerSkinProvider
Player skin provider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<com.mojang.authlib.GameProfile> provide(@NotNull com.mojang.authlib.GameProfile profile) Gets skin profile from original profile
-
Field Details
-
DEFAULT
Default provider
-
-
Method Details
-
provide
@NotNull @NotNull CompletableFuture<com.mojang.authlib.GameProfile> provide(@NotNull @NotNull com.mojang.authlib.GameProfile profile) Gets skin profile from original profile- Parameters:
profile- original profile- Returns:
- provided profile
-