Paper/src/main/java/org/bukkit
Jeremy Wood 8d77687e7a Add equals for CraftInventory objects. Adds BUKKIT-4110
When working with inventories you regularly end up with different
Inventory objects that have the same underlying Minecraft inventory.
Currently, even those these point to the same thing, they are not
considered equal. With this commit comparing any Inventory object that
represents the same inventory will result in equals(Object) returning
true.
2014-04-02 17:26:11 -05:00
..
craftbukkit Add equals for CraftInventory objects. Adds BUKKIT-4110 2014-04-02 17:26:11 -05:00