Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ getByName
Method
getByName
src/main/java/data/Effects.java:34–36 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
32
}
33
34
public
static
Effects getByName(String name) {
35
return
effects.find(e -> e.name.equals(name));
36
}
37
38
public
static
void
setToDefault() {
39
Effects ef;
Callers
5
registerServerCommands
Method · 0.95
registerClientCommands
Method · 0.95
setToDefault
Method · 0.95
init
Method · 0.95
TempData
Class · 0.95
Calls
1
find
Method · 0.80
Tested by
no test coverage detected