MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getAssetsLoader

Method getAssetsLoader

src/main/java/Client/StaticData.java:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76 private AssetsLoader assetsLoader;
77 public AssetsLoader getAssetsLoader() {
78 return assetsLoader;
79 }
80 public void setAssetsLoader(AssetsLoader assetsLoader) {
81 this.assetsLoader = assetsLoader;
82 }

Callers 8

MessageParserMethod · 0.80
importDataMethod · 0.80
loadMethod · 0.80
readIntArrayMethod · 0.80
readShortArrayMethod · 0.80
readByteArrayMethod · 0.80
stringLoaderMethod · 0.80
hashtableLoaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected