net.minecraft.client.render.texture

public class TextureManager

implements Tickable, ResourceReloadListener

bqf
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
b
field_6575
textures
mapTextureObjects
private final Map
c
field_6576
textureAtlases
mapResourceLocations
private final List
d
field_6577
tickableTextures
listTickables
private final Map
e
field_6578
dynamicIdCounter
mapTextureCounters
private ResourceManager
f
field_6579
resourceManager
theResourceManager

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager)

Method summary

Modifier and TypeMethod
public void
a(bqx arg0)
method_5847(class_1653 arg0)
bind(Identifier location)
bindTexture(ResourceLocation resource)
public Identifier
a(int arg0)
method_5846(int arg0)
getAtlas(int type)
getResourceLocation(int arg0)
public boolean
a(bqx arg0, bpz arg1)
method_5848(class_1653 arg0, class_1533 arg1)
registerAtlas(Identifier location, TextureAtlas atlas)
loadTextureMap(ResourceLocation arg0, TextureMap arg1)
public boolean
a(bqx arg0, bqk arg1)
method_5850(class_1653 arg0, class_1643 arg1)
register(Identifier location, TickableTexture tickableTexture)
loadTickableTexture(ResourceLocation arg0, ITickableTextureObject arg1)
public boolean
a(bqx arg0, bqh arg1)
method_5849(class_1653 arg0, class_319 arg1)
register(Identifier location, Texture texture)
loadTexture(ResourceLocation arg0, ITextureObject arg1)
public Texture
b(bqx arg0)
method_5852(class_1653 arg0)
get(Identifier id)
getTexture(ResourceLocation arg0)
public Identifier
a(String arg0, bpq arg1)
method_5851(String arg0, class_1636 arg1)
register(String path, DynamicTexture dynamicTexture)
getDynamicTextureLocation(String arg0, DynamicTexture arg1)
public void
e()
method_5871()
tick()
tick()
public void
c(bqx arg0)
method_7015(class_1653 arg0)
close(Identifier id)
deleteTexture(ResourceLocation arg0)
public void
a(bqy arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)