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

Method getResourceStream

src/main/java/net/minecraft/src/Config.java:765–767  ·  view source on GitHub ↗
(ResourceLocation p_getResourceStream_0_)

Source from the content-addressed store, hash-verified

763 }
764
765 public static InputStream getResourceStream(ResourceLocation p_getResourceStream_0_) throws IOException {
766 return getResourceStream(minecraft.getResourceManager(), p_getResourceStream_0_);
767 }
768
769 public static InputStream getResourceStream(IResourceManager p_getResourceStream_0_, ResourceLocation p_getResourceStream_1_) throws IOException {
770 IResource iresource = p_getResourceStream_0_.getResource(p_getResourceStream_1_);

Callers 15

readColorsMethod · 0.95
readCustomSkiesMethod · 0.95
readCitPropertiesMethod · 0.95
parsePropertiesMethod · 0.95
updateMethod · 0.95
getValidPropertyMethod · 0.95
getTextureHeightMethod · 0.95
readColorPropertiesMethod · 0.95
readBlockColormapsMethod · 0.95
getCustomColorsMethod · 0.95
makeTextureAnimationMethod · 0.95
loadImageMethod · 0.95

Calls 3

getInputStreamMethod · 0.95
getResourceMethod · 0.65
getResourceManagerMethod · 0.45

Tested by

no test coverage detected