Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDisplayName
Method · 0.95
loadLocales
Method · 0.45
run
Method · 0.45
registerModuleItem
Method · 0.45
getDisplayName
Method · 0.45
run
Method · 0.45
registerItem
Method · 0.45
checkOptifineVersion
Method · 0.45
checkForgeMod
Method · 0.45
applyOptifinePatch
Method · 0.45
onChatMessage
Method · 0.45
onClientMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected