Class PlayerCapeHandlerManager

java.lang.Object
net.litetex.capes.handler.PlayerCapeHandlerManager

public class PlayerCapeHandlerManager extends Object
  • Constructor Details

    • PlayerCapeHandlerManager

      public PlayerCapeHandlerManager(Capes capes)
  • Method Details

    • getProfile

      public PlayerCapeHandler getProfile(com.mojang.authlib.GameProfile profile)
    • getOrCreateProfile

      public PlayerCapeHandler getOrCreateProfile(com.mojang.authlib.GameProfile profile)
    • clearCache

      public void clearCache()
    • onLoadTexture

      public void onLoadTexture(com.mojang.authlib.GameProfile profile)
    • onLoadTexture

      public void onLoadTexture(com.mojang.authlib.GameProfile profile, boolean validateProfile, Collection<CapeProvider> capeProviders, Runnable onAfterLoaded)