MCPcopy
hub / github.com/Col-E/Recaf / getLibraries

Method getLibraries

src/main/java/me/coley/recaf/workspace/Workspace.java:76–78  ·  view source on GitHub ↗

@return Libraries of the #getPrimary() primary file.

()

Source from the content-addressed store, hash-verified

74 * @return Libraries of the {@link #getPrimary() primary file}.
75 */
76 public List<JavaResource> getLibraries() {
77 return libraries;
78 }
79
80 /**
81 * @return Recaf managed resource containing phantom references.

Callers 15

getLibraryClassNamesMethod · 0.95
getLibraryClassesMethod · 0.95
hasClassMethod · 0.95
hasFileMethod · 0.95
getRawClassMethod · 0.95
getFileMethod · 0.95
addLibraryMethod · 0.95
addWorkspaceMethod · 0.80
toJsonMethod · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected