Uses of Class
com.mrivanplays.skins.api.Skin
-
-
Uses of Skin in com.mrivanplays.skins.api
Methods in com.mrivanplays.skins.api that return types with arguments of type Skin Modifier and Type Method Description default Optional<Skin>SkinsApi. getOriginalSkin(@NotNull org.bukkit.entity.Player player)Deprecated.Optional<Skin>SkinsApi. getSetSkin(@NotNull org.bukkit.entity.Player player)Deprecated.this method will always take from cache without updating the skin, useSkinsApi.getSetSkinResponse(Player)Optional<Skin>MojangResponse. getSkin()Returns theSkin, held by this response.Constructors in com.mrivanplays.skins.api with parameters of type Skin Constructor Description MojangResponse(@NotNull String nickname, @Nullable Skin skin)MojangResponse(@NotNull String nickname, @Nullable UUID uuid, @Nullable Skin skin)Deprecated.uuid can be retrieved via skin
-