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.
A skin-provider capable of loading minecraft player-skins for a given UUID
-
Method Summary
Modifier and TypeMethodDescriptionAttempts to load a minecraft-skin from this skin-provider.
-
Method Details
-
load
Attempts to load a minecraft-skin from this skin-provider.- Returns:
- an
Optional
containing aBufferedImage
with the skin-image or an empty Optional if there is no skin for this UUID - Throws:
IOException
- if something went wrong trying to load the skin
-