MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getName

Method getName

The 5zig Mod/src/eu/the5zig/mod/modules/Module.java:294–296  ·  view source on GitHub ↗

@return the name of the module. @see #setName(String)

()

Source from the content-addressed store, hash-verified

292 * @see #setName(String)
293 */
294 public String getName() {
295 return name;
296 }
297
298 /**
299 * Sets the name of the module.

Callers 15

getDisplayNameMethod · 0.95
loadLocalesMethod · 0.45
runMethod · 0.45
registerModuleItemMethod · 0.45
getDisplayNameMethod · 0.45
runMethod · 0.45
registerItemMethod · 0.45
checkOptifineVersionMethod · 0.45
checkForgeModMethod · 0.45
applyOptifinePatchMethod · 0.45
onChatMessageMethod · 0.45
onClientMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected