MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getTextureManager

Method getTextureManager

src/main/java/net/minecraft/src/Config.java:757–759  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755 }
756
757 public static TextureManager getTextureManager() {
758 return minecraft.getTextureManager();
759 }
760
761 public static IResourceManager getResourceManager() {
762 return minecraft.getResourceManager();

Callers 15

renderCustomEffectMethod · 0.95
getEmissiveTextureMethod · 0.95
drawBackgroundMethod · 0.95
renderEndPortalMethod · 0.95
renderMethod · 0.95
reloadCapeMethod · 0.95
getTextureMethod · 0.95
resourcesReloadedMethod · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected