@Environment(value=CLIENT)
public interface TextureManagerExt
| Modifier and Type | Method and Description |
|---|---|
static TextureManagerExt |
from(net.minecraft.client.texture.TextureManager self) |
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). |
static TextureManagerExt from(net.minecraft.client.texture.TextureManager self)
void unregisterTexture(net.minecraft.util.Identifier id)
TextureManager.registerTexture(net.minecraft.util.Identifier, net.minecraft.client.texture.AbstractTexture).id - the identifier under which the texture was registered.