Class RequestTextureProvider

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public final class RequestTextureProvider
    extends TextureProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      pro.gravit.launcher.profiles.Texture getCloakTexture​(java.util.UUID uuid, java.lang.String username, java.lang.String client)  
      pro.gravit.launcher.profiles.Texture getSkinTexture​(java.util.UUID uuid, java.lang.String username, java.lang.String client)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestTextureProvider

        public RequestTextureProvider()
      • RequestTextureProvider

        public RequestTextureProvider​(java.lang.String skinURL,
                                      java.lang.String cloakURL)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in class TextureProvider
      • getCloakTexture

        public pro.gravit.launcher.profiles.Texture getCloakTexture​(java.util.UUID uuid,
                                                                    java.lang.String username,
                                                                    java.lang.String client)
                                                             throws java.io.IOException
        Specified by:
        getCloakTexture in class TextureProvider
        Throws:
        java.io.IOException
      • getSkinTexture

        public pro.gravit.launcher.profiles.Texture getSkinTexture​(java.util.UUID uuid,
                                                                   java.lang.String username,
                                                                   java.lang.String client)
                                                            throws java.io.IOException
        Specified by:
        getSkinTexture in class TextureProvider
        Throws:
        java.io.IOException