MCPcopy Create free account
hub / github.com/e2wugui/zeze / create

Method create

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Rank.java:88–90  ·  view source on GitHub ↗
(AppBase app)

Source from the content-addressed store, hash-verified

86 }
87
88 public static Rank create(AppBase app) {
89 return GenModule.createRedirectModule(Rank.class, app);
90 }
91
92 protected Rank(AppBase app) {
93 if (app == null)

Callers 1

startMethod · 0.95

Calls 1

createRedirectModuleMethod · 0.95

Tested by 1

startMethod · 0.76