MCPcopy 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

setToDefaultMethod · 0.95
initMethod · 0.95
TempDataClass · 0.95

Calls 1

findMethod · 0.80

Tested by

no test coverage detected