public final class NullTextureProvider extends TextureProvider
providers| Constructor and Description |
|---|
NullTextureProvider() |
| Modifier and Type | Method and 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) |
void |
setBackend(TextureProvider provider) |
registerProviderspublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in class TextureProviderjava.io.IOExceptionpublic pro.gravit.launcher.profiles.Texture getCloakTexture(java.util.UUID uuid,
java.lang.String username,
java.lang.String client)
throws java.io.IOException
getCloakTexture in class TextureProviderjava.io.IOExceptionpublic pro.gravit.launcher.profiles.Texture getSkinTexture(java.util.UUID uuid,
java.lang.String username,
java.lang.String client)
throws java.io.IOException
getSkinTexture in class TextureProviderjava.io.IOExceptionpublic void setBackend(TextureProvider provider)