net.minecraft.client.render.texture

public class TextureManager

implements Tickable, ResourceReloadListener

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

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
b
field_8099
LOGGER
field_147646_a
LOGGER
public static final Identifier
a
field_16165
EMPTY_LOCATION
field_194008_a
RESOURCE_LOCATION_EMPTY
private final Map<Identifier, Texture>
c
field_6575
textures
field_110585_a
mapTextureObjects
private final List<Tickable>
d
field_6577
tickableTextures
field_110583_b
listTickables
private final Map<String, Integer>
e
field_6578
dynamicIdCounter
field_110584_c
mapTextureCounters
private final ResourceManager
f
field_6579
resourceManager
field_110582_d
resourceManager

Constructor summary

ModifierConstructor
public (ResourceManager resourceManager)

Method summary

Modifier and TypeMethod
public void
a(pc arg0)
method_5847(class_1653 arg0)
bind(Identifier location)
func_110577_a(ResourceLocation arg0)
bindTexture(ResourceLocation resource)
public boolean
a(pc arg0, ddr arg1)
method_5850(class_1653 arg0, class_1643 arg1)
register(Identifier location, TickableTexture tickableTexture)
func_110580_a(ResourceLocation arg0, ITickableTextureObject arg1)
loadTickableTexture(ResourceLocation textureLocation, ITickableTextureObject textureObj)
public boolean
a(pc arg0, ddo arg1)
method_5849(class_1653 arg0, class_319 arg1)
register(Identifier location, Texture texture)
func_110579_a(ResourceLocation arg0, ITextureObject arg1)
loadTexture(ResourceLocation textureLocation, ITextureObject textureObj)
public Texture
b(pc arg0)
method_5852(class_1653 arg0)
get(Identifier id)
func_110581_b(ResourceLocation arg0)
getTexture(ResourceLocation textureLocation)
public Identifier
a(String arg0, ddb arg1)
method_5851(String arg0, class_1636 arg1)
register(String path, DynamicTexture dynamicTexture)
func_110578_a(String arg0, DynamicTexture arg1)
getDynamicTextureLocation(String name, DynamicTexture texture)
public void
e()
method_5871()
tick()
func_110550_d()
tick()
public void
c(pc arg0)
method_7015(class_1653 arg0)
close(Identifier id)
func_147645_c(ResourceLocation arg0)
deleteTexture(ResourceLocation textureLocation)
public void
a(vf arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
func_195410_a(IResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)