MCPcopy Create free account
hub / github.com/Var3D/var3dframe / loadAll

Method loadAll

core/src/core/java/var3d/net/center/VGame.java:1129–1133  ·  view source on GitHub ↗

加载一组资源

(Class<T> type, String... names)

Source from the content-addressed store, hash-verified

1127 * 加载一组资源
1128 */
1129 public <T> void loadAll(Class<T> type, String... names) {
1130 for (int i = 0; i < names.length; i++) {
1131 load(type, names[i]);
1132 }
1133 }
1134
1135 /**
1136 * 截图

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected