Question on the optimisztion of a selector
I have this selector:
Continue to help post@e[dx=4,dy=4,dz=4,tag=allure.prevents_hoppers,type=item_display]
and I'm wondering what order is the most optimized, since from what I have in mind they are ran one by one, all the entities that have this tag are supposed to be item_display
. I think the order of selector that I sent is the most optimized but I don't know