Enhancement: Java 17 additions.
bconlon1 opened this issue ยท 0 comments
- Determine what new Java features are viable to use for the mod to simplify code in certain cases.
- It has been suggested
var
may be useful for replacing objects that a value needs to be assigned to when the object has an absurdly long name (such as ones that use <>s). This idea needs review. - More specific features can be found at #239 and #240.