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

Method getOrAddOnline

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Online.java:510–512  ·  view source on GitHub ↗
(long roleId)

Source from the content-addressed store, hash-verified

508 }
509
510 public @NotNull BOnline getOrAddOnline(long roleId) {
511 return _tOnline.getOrAdd(roleId);
512 }
513
514 public @NotNull BOnlineShared getOrAddOnlineShared(long roleId) {
515 return _tOnlineShared.getOrAdd(roleId);

Callers 5

setUserDataMethod · 0.95
logoutTriggerMethod · 0.95
ProcessLoginRequestMethod · 0.95
ProcessReLoginRequestMethod · 0.95
reliableNotifySyncMethod · 0.95

Calls 1

getOrAddMethod · 0.45

Tested by

no test coverage detected