Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ setClient
Method
setClient
game/src/main/java/jake2/game/SubgameEntity.java:720–722 ·
view source on GitHub ↗
(gclient_t client)
Source
from the content-addressed store, hash-verified
718
}
719
720
public
void
setClient(gclient_t client) {
721
this.client = client;
722
}
723
724
public
void
setOwner(SubgameEntity owner) {
725
this.owner = owner;
Callers
6
ReadLevel
Method · 0.95
read
Method · 0.95
SpawnEntities
Method · 0.80
PutClientInServer
Method · 0.80
ClientBegin
Method · 0.80
ClientConnect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected