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

Method getResource

src/main/java/net/minecraft/src/Config.java:774–776  ·  view source on GitHub ↗
(ResourceLocation p_getResource_0_)

Source from the content-addressed store, hash-verified

772 }
773
774 public static IResource getResource(ResourceLocation p_getResource_0_) throws IOException {
775 return minecraft.getResourceManager().getResource(p_getResource_0_);
776 }
777
778 public static boolean hasResource(ResourceLocation p_hasResource_0_) {
779 if (p_hasResource_0_ == null) {

Callers

nothing calls this directly

Calls 2

getResourceMethod · 0.65
getResourceManagerMethod · 0.45

Tested by

no test coverage detected