Change Skript#getExpressions to return a collection instead of an iterator #6175
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
PR available
Issues which have a yet-to-be merged PR resolving it
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Suggestion
Change
Skript#getExpressons()
from returning anIterator
to aCollection
Why?
All other
Skript#get...
methods return a collection and while this is a small and minor change it doesn't make sense to have this be an odd one out if non of the other 4+ methods did this,Other
No response
Agreement
The text was updated successfully, but these errors were encountered: