Class TextureManager
- java.lang.Object
-
- net.minecraft.client.renderer.texture.TextureManager
-
- All Implemented Interfaces:
ITickable,IResourceManagerReloadListener
public class TextureManager extends java.lang.Object implements ITickable, IResourceManagerReloadListener
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Constructor Summary
Constructors Constructor Description TextureManager(IResourceManager resourceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindTexture(ResourceLocation resource)voiddeleteTexture(ResourceLocation textureLocation)ResourceLocationgetDynamicTextureLocation(java.lang.String name, DynamicTexture texture)ITextureObjectgetTexture(ResourceLocation textureLocation)booleanloadTexture(ResourceLocation textureLocation, ITextureObject textureObj)booleanloadTickableTexture(ResourceLocation textureLocation, ITickableTextureObject textureObj)voidonResourceManagerReload(IResourceManager var1)voidtick()
-
-
-
Constructor Detail
-
TextureManager
public TextureManager(IResourceManager resourceManager)
-
-
Method Detail
-
bindTexture
public void bindTexture(ResourceLocation resource)
-
loadTickableTexture
public boolean loadTickableTexture(ResourceLocation textureLocation, ITickableTextureObject textureObj)
-
loadTexture
public boolean loadTexture(ResourceLocation textureLocation, ITextureObject textureObj)
-
getTexture
public ITextureObject getTexture(ResourceLocation textureLocation)
-
getDynamicTextureLocation
public ResourceLocation getDynamicTextureLocation(java.lang.String name, DynamicTexture texture)
-
deleteTexture
public void deleteTexture(ResourceLocation textureLocation)
-
onResourceManagerReload
public void onResourceManagerReload(IResourceManager var1)
- Specified by:
onResourceManagerReloadin interfaceIResourceManagerReloadListener
-
-