Enhancement: Make use of Java 17 having instanceof pattern matching.
bconlon1 opened this issue ยท 1 comments
- All the instanceof checks in the mod can probably be simplified with pattern matching; finally no more having to cast variables after using instanceof.
Do alongside #255