Applied-Energistics-2-tiler.../src/main/java/appeng/me
shartte b977ee89ee Remove External Storage Handler (#2417) (#2508)
* Implemented an adapter for IItemHandler so it can be used by the Storage Bus.
* Added update hook for inject/extract to ItemHandlerAdapter.
* Implemented ItemHandler and FluidHandler capabilities for the condenser, as replacement for the Void Inventories.
* Removed external storage handler, added capability-based way of accessing a monitorable ME network via the storage bus. Removed special case inventories for the matter condenser.
* Implemented InventoryAdaptor for IItemHandler. This also now fixes molecular assemblers interaction with part interfaces.
2016-10-26 22:58:23 +02:00
..
cache Fixes #2043: Storage buses updates should happen in the correct order. 2016-01-09 23:17:25 +01:00
cluster Capitalised enums to match conventions 2016-09-17 15:06:00 +02:00
energy Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
helpers Capitalised enums to match conventions 2016-09-17 15:06:00 +02:00
pathfinding First update pass (1/3) - ~1400 -> 82 errors 2016-06-19 14:43:27 +02:00
storage Remove External Storage Handler (#2417) (#2508) 2016-10-26 22:58:23 +02:00
Grid.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
GridAccessException.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
GridCacheWrapper.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
GridConnection.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
GridException.java final variables and parameters 2015-09-30 14:24:44 +02:00
GridNode.java Capitalised enums to match conventions 2016-09-17 15:06:00 +02:00
GridNodeCollection.java final variables and parameters 2015-09-30 14:24:44 +02:00
GridNodeIterator.java Formatted code 2015-12-24 02:03:16 +01:00
GridPropagator.java final variables and parameters 2015-09-30 14:24:44 +02:00
GridSplitDetector.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
GridStorage.java Refactored the logging 2016-01-01 02:55:36 +01:00
GridStorageSearch.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
MachineSet.java final variables and parameters 2015-09-30 14:24:44 +02:00
NetworkEventBus.java Refactored the logging 2016-01-01 02:55:36 +01:00
NetworkList.java Fixes #2496: Removed potentially superfluous list copy. 2016-10-22 12:32:53 +02:00