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

Method getResourceManager

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

Source from the content-addressed store, hash-verified

759 }
760
761 public static IResourceManager getResourceManager() {
762 return minecraft.getResourceManager();
763 }
764
765 public static InputStream getResourceStream(ResourceLocation p_getResourceStream_0_) throws IOException {
766 return getResourceStream(minecraft.getResourceManager(), p_getResourceStream_0_);

Callers 14

updateMethod · 0.95
updateMethod · 0.95
readFontPropertiesMethod · 0.95
getHdFontLocationMethod · 0.95
checkTextureUploadedMethod · 0.95
setOptionValueOFMethod · 0.95
loadShaderPackMethod · 0.45
getResourceStreamMethod · 0.45
getResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected