Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setSpawnEntity
Method
setSpawnEntity
src/periphery/SourceGame.java:47–50 ·
view source on GitHub ↗
(NamedRotateablePointEntity spawn)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
SourceGame setSpawnEntity(NamedRotateablePointEntity spawn) {
48
this.spawn = spawn;
49
return
this;
50
}
51
52
public
NamedRotateablePointEntity getSpawnEntity() {
53
return
this.spawn;
Callers
1
createDefaults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected