CensoredASM

CensoredASM

422k Downloads

TagMap added for NBTagCompound incomplete

kurrycat2004 opened this issue ยท 3 comments

commented

The TagMap added in #269 is missing equals and hashCode implementations, making code that relies on NBTTagCompound comparisons not work at all.
Related: #270

commented

I am clearly blind

commented

While incomplete, NBTTagCompound#equals implementation asks for the tagMap's entrySet() to be equal, so that should be fine. Unless some mod is changing this behaviour.

commented

NBTTagCompound#hashCode depends on tagMap's hashCode