Interface SkinUtils.SkinCallback

Enclosing class:
SkinUtils

public static interface SkinUtils.SkinCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(LibsMsg msg, Object... args)
     
    void
    onInfo(LibsMsg msg, Object... args)
     
    void
    onSuccess(com.github.retrooper.packetevents.protocol.player.UserProfile profile)
     
  • Method Details

    • onError

      void onError(LibsMsg msg, Object... args)
    • onInfo

      void onInfo(LibsMsg msg, Object... args)
    • onSuccess

      void onSuccess(com.github.retrooper.packetevents.protocol.player.UserProfile profile)