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

Struct CommandParserDouble

command_parser.go:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type CommandParserDouble struct {
56 Min OptDouble
57 Max OptDouble
58}
59
60func (c *CommandParserDouble) GetId() string {
61 return "brigadier:double"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected