MCPcopy 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
41func NewPlayerEntityManager() *PlayerEntityManager {
42 return &PlayerEntityManager{m: make(map[uuid.UUID]*PlayerEntity)}
43}

Callers 1

NewFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected