MCPcopy Create free account
hub / github.com/TyphoonMC/TyphoonCore / writeProperties

Method writeProperties

command_parser.go:274–281  ·  view source on GitHub ↗
(player *Player)

Source from the content-addressed store, hash-verified

272 return CommandSuggestionNone
273}
274func (c *CommandParserString) writeProperties(player *Player) (err error) {
275 err = player.WriteVarInt(int(c.Format))
276 if err != nil {
277 log.Print(err)
278 return
279 }
280 return
281}

Callers

nothing calls this directly

Calls 1

WriteVarIntMethod · 0.80

Tested by

no test coverage detected