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

Struct CommandParserInteger

command_parser.go:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181type CommandParserInteger struct {
182 Min OptInteger
183 Max OptInteger
184}
185
186func (c *CommandParserInteger) GetId() string {
187 return "brigadier:integer"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected