Add equality checks to all "Region" implementations
NonSwag opened this issue ยท 1 comments
What feature do you want to see added?
Proper equals
and hashCode
methods for comparison of regions
Are there any alternatives?
Doing all checks yourself
Anything else?
Implementations of some collections and maps and basically everything in java that relies on comparison can't really work with regions because they have no equals or hashCode methods
created issue upstream EngineHub/WorldEdit#2673