Chest and DoubleChest

Discussion in 'Plugin Development' started by randomizer1234, Jul 5, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    randomizer1234

    Hello guys...
    There is a thing that I can't understand... Why the way the API manages chests is so different from the way it manages double chests?
    Chest is a interface, while DoubleChest is a class... I just can't see why.
    And at this point why DoubleChest.getRightSide() and .getLeftSide() don't return Chest objects?
     
  2. Offline

    stelar7

    DoubleChest.getRightSide() and .getLeftSide() returns an InventoryHolder, a superinterface for all inventories
     
Thread Status:
Not open for further replies.

Share This Page