Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ NewPlayerEntityManager
Function
NewPlayerEntityManager
server/player/state/playerEntityManager.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
NewPlayerEntityManager() *PlayerEntityManager {
42
return
&PlayerEntityManager{m: make(
map
[uuid.UUID]*PlayerEntity)}
43
}
Callers
1
New
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected