net.minecraft.client.render.texture

public class TextureManager

implements Tickable, ResourceReloadListener

bvf
net.minecraft.class_1532
net.minecraft.client.render.texture.TextureManager
net.minecraft.client.renderer.texture.TextureManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_8099
LOGGER
LOGGER
private final Map<Identifier, Texture>
b
field_6575
textures
mapTextureObjects
private final List<Tickable>
c
field_6577
tickableTextures
listTickables
private final Map<String, Integer>
d
field_6578
dynamicIdCounter
mapTextureCounters
private ResourceManager
e
field_6579
resourceManager
theResourceManager

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager)

Method summary

Modifier and TypeMethod
public void
a(kl arg0)
method_5847(class_1653 arg0)
bind(Identifier location)
bindTexture(ResourceLocation resource)
public boolean
a(kl arg0, bvj arg1)
method_5850(class_1653 arg0, class_1643 arg1)
register(Identifier location, TickableTexture tickableTexture)
loadTickableTexture(ResourceLocation textureLocation, ITickableTextureObject textureObj)
public boolean
a(kl arg0, bvg arg1)
method_5849(class_1653 arg0, class_319 arg1)
register(Identifier location, Texture texture)
loadTexture(ResourceLocation textureLocation, ITextureObject textureObj)
public Texture
b(kl arg0)
method_5852(class_1653 arg0)
get(Identifier id)
getTexture(ResourceLocation textureLocation)
public Identifier
a(String arg0, buu arg1)
method_5851(String arg0, class_1636 arg1)
register(String path, DynamicTexture dynamicTexture)
getDynamicTextureLocation(String name, DynamicTexture texture)
public void
e()
method_5871()
tick()
tick()
public void
c(kl arg0)
method_7015(class_1653 arg0)
close(Identifier id)
deleteTexture(ResourceLocation textureLocation)
public void
a(bwd arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)