Class NullTextureProvider
java.lang.Object
pro.gravit.launchserver.auth.texture.TextureProvider
pro.gravit.launchserver.auth.texture.NullTextureProvider
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class pro.gravit.launchserver.auth.texture.TextureProvider
TextureProvider.SkinAndCloakTextures -
Field Summary
Fields inherited from class pro.gravit.launchserver.auth.texture.TextureProvider
providers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()pro.gravit.launcher.profiles.TexturegetCloakTexture(UUID uuid, String username, String client) pro.gravit.launcher.profiles.TexturegetSkinTexture(UUID uuid, String username, String client) voidsetBackend(TextureProvider provider) Methods inherited from class pro.gravit.launchserver.auth.texture.TextureProvider
getTextures, registerProviders
-
Constructor Details
-
NullTextureProvider
public NullTextureProvider()
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classTextureProvider- Throws:
IOException
-
getCloakTexture
public pro.gravit.launcher.profiles.Texture getCloakTexture(UUID uuid, String username, String client) throws IOException - Specified by:
getCloakTexturein classTextureProvider- Throws:
IOException
-
getSkinTexture
public pro.gravit.launcher.profiles.Texture getSkinTexture(UUID uuid, String username, String client) throws IOException - Specified by:
getSkinTexturein classTextureProvider- Throws:
IOException
-
setBackend
-