Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ getClient
Method
getClient
game/src/main/java/jake2/game/SubgameEntity.java:715–718 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
713
}
714
715
@Override
716
public
gclient_t getClient() {
717
return
client;
718
}
719
720
public
void
setClient(gclient_t client) {
721
this.client = client;
Callers
15
BeginIntermission
Method · 0.95
SV_Push
Method · 0.95
SaveClientData
Method · 0.95
Say_f
Method · 0.95
PlayerList_f
Method · 0.95
exitLevel
Method · 0.95
ClientEndServerFrames
Method · 0.95
ClientCommand
Method · 0.95
ReadLevel
Method · 0.95
UpdateChaseCam
Method · 0.95
ChaseNext
Method · 0.95
ChasePrev
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected