| 179 | } |
| 180 | |
| 181 | type CommandParserInteger struct { |
| 182 | Min OptInteger |
| 183 | Max OptInteger |
| 184 | } |
| 185 | |
| 186 | func (c *CommandParserInteger) GetId() string { |
| 187 | return "brigadier:integer" |
nothing calls this directly
no outgoing calls
no test coverage detected