Interface PlayerIconFactory

All Superinterfaces:
BiFunction<UUID,BufferedImage,BufferedImage>
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 PlayerIconFactory extends BiFunction<UUID,BufferedImage,BufferedImage>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(UUID playerUuid, BufferedImage playerSkin)
    Takes a players UUID and skin-image and creates an icon

    Methods inherited from interface java.util.function.BiFunction

    andThen