MCPcopy Create free account
hub / github.com/MTrop/DoomTools / load

Method load

src/main/java/net/mtrop/doom/tools/struct/Loader.java:70–70  ·  view source on GitHub ↗

Loads an object using a name. @param name the name to use for loading an object. @return a loaded object or null if not loaded. @throws Exception if an exception occurs.

(String name)

Source from the content-addressed store, hash-verified

68 * @throws Exception if an exception occurs.
69 */
70 T load(String name) throws Exception;
71 }
72
73 /**

Callers 11

loadPropertiesMethod · 0.65
createFileLoaderMethod · 0.65
createResourceLoaderMethod · 0.65
getObjectMethod · 0.65
loadPropertiesMethod · 0.65
loadThemeMethod · 0.65
loadPropertiesMethod · 0.65
loadIntoMapMethod · 0.65
mergePropertiesMethod · 0.65
mergePropertiesMethod · 0.65
executeMethod · 0.65

Implementers 1

WadMergeContextsrc/main/java/net/mtrop/doom/tools/wad

Calls

no outgoing calls

Tested by

no test coverage detected