equivalent-exchange-3/src/main/java/com/pahimar/ee3/inventory
Pahimar 437470f9e7 Initialize the Blacklist Registry in Init
Rename ItemHelper to ItemStackUtils
Change the way OreStack identifies an OreStack from a list of itemstacks. Resolves #923
Added some more test cases to VanillaTestSuite
2016-05-27 16:03:14 -04:00
..
element Stuff that isn't complete 2015-04-02 01:26:01 -04:00
ContainerAdminPanel.java Hey working on a super cool new Admin Panel to make it way easier to set EE3 related values/settings on items. Woo! 2015-11-27 23:07:45 -05:00
ContainerAlchemicalBag.java Refactor NBTHelper. When NBTHelper is used to retrieve data from an ItemStacks NBTTagCompound it will also verify that the key it finds is of the expected data type (returns null otherwise). Sets in NBTHelper now also verify inputs. 2016-05-27 11:10:38 -04:00
ContainerAlchemicalChest.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerAlchenomicon.java Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
ContainerAludel.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerAugmentationTable.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerCalcinator.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerEE.java Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
ContainerGlassBell.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerResearchStation.java Rewrote the Ability system to be what it was really trying to be, a blacklist registry. Also fixed writing the data to a global area, and made it one file per blacklist. Fixes #898 and #991 2016-05-23 17:47:31 -04:00
ContainerSymbolSelection.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerTransmutationArray.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerTransmutationTablet.java Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
InventoryAlchemicalBag.java Refactor NBTHelper. When NBTHelper is used to retrieve data from an ItemStacks NBTTagCompound it will also verify that the key it finds is of the expected data type (returns null otherwise). Sets in NBTHelper now also verify inputs. 2016-05-27 11:10:38 -04:00
InventoryAlchenomicon.java Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -04:00
InventoryTransmutationTablet.java Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -04:00