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

Struct CommandParserFloat

command_parser.go:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type CommandParserFloat struct {
119 Min OptFloat
120 Max OptFloat
121}
122
123func (c *CommandParserFloat) GetId() string {
124 return "brigadier:float"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected