Files
Pumpkin/pumpkin-util
SomeYellowGuy c7cbf37cc2 feat(command): implement entity selectors and entity argument type for new command system (#1925)
* mostly added new entity selector and started entity argument type

# Conflicts:
#	pumpkin/src/command/argument_types/mod.rs

* mostly completed entity selectors

* added bounds and started entity selector parser

* implemented basic selector parsing

* implemented bounds parsing, added `EntitySelectorOption` and implemented more of the parser

* implemented `EntityArgumentType`'s parsing

* implemented entity selector options and used `bitflags`

* removed unnecessary unimplemented error type
2026-04-03 20:42:48 +02:00
..