MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / sendCommandGraph

Method sendCommandGraph

server/player/player.go:219–221  ·  view source on GitHub ↗

sendCommandGraph sends the command graph to the player

()

Source from the content-addressed store, hash-verified

217
218// sendCommandGraph sends the command graph to the player
219func (p *Player) sendCommandGraph() error {
220 return p.WritePacket(p.commandManager.Encode())
221}

Callers 1

startGameMethod · 0.95

Calls 2

WritePacketMethod · 0.80
EncodeMethod · 0.65

Tested by

no test coverage detected