Interface SkinProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SkinProvider
A skin-provider capable of loading minecraft player-skins for a given UUID
  • Method Summary

    Modifier and Type
    Method
    Description
    load(UUID playerUUID)
    Attempts to load a minecraft-skin from this skin-provider.
  • Method Details