public abstract class TextureManagerMixin extends java.lang.Object implements TextureManagerExt
| Constructor and Description |
|---|
TextureManagerMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
unregisterTexture(net.minecraft.util.Identifier id)
Remove all references to a texture previously registered
via
TextureManager.registerTexture(net.minecraft.util.Identifier, net.minecraft.client.texture.AbstractTexture). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrompublic void unregisterTexture(net.minecraft.util.Identifier id)
TextureManagerExtTextureManager.registerTexture(net.minecraft.util.Identifier, net.minecraft.client.texture.AbstractTexture).unregisterTexture in interface TextureManagerExtid - the identifier under which the texture was registered.