MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / isLibrary

Method isLibrary

src/me/lpk/mapping/MappedObject.java:88–90  ·  view source on GitHub ↗

Returns true if the Mapped object is considered to be a library object. Library objects are not to be modified. @return

()

Source from the content-addressed store, hash-verified

86 * @return
87 */
88 public boolean isLibrary() {
89 return isLibrary;
90 }
91
92 /**
93 * Sets isLibrary. See {@link #isLibrary()} for details.

Callers 6

addOverridesMethod · 0.80
remapClassesMethod · 0.80
remapClassMethod · 0.80
saveMethod · 0.80
saveMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected