Applied-Energistics-2-tiler.../src/main/java/appeng/debug
thatsIch 9986ffc458 Fixes #675 No disabled feature should log spam or crash anymore.
Deprecates the old usage of the AEItemDefinitions via the direct method access of

* blocks()
* parts()
* items()
* materials()

and thus use the new re-direct via definitions().

All definitions are now initialized, no matter what. But SubItems, Items and Blocks are not registered, if by chance are disabled.
2015-03-28 16:21:37 +01:00
..
BlockChunkloader.java Organize imports 2014-12-29 21:59:05 +01:00
BlockCubeGenerator.java remove trailing whitespaces 2015-02-03 12:04:13 +01:00
BlockItemGen.java Organize imports 2014-12-29 21:59:05 +01:00
BlockPhantomNode.java Organize imports 2014-12-29 21:59:05 +01:00
TileChunkLoader.java Organize imports 2014-12-29 21:59:05 +01:00
TileCubeGenerator.java Renamed constants 2015-01-01 22:13:10 +01:00
TileItemGen.java Security issues: public static collections 2015-03-26 11:13:24 +01:00
TilePhantomNode.java Organize imports 2014-12-29 21:59:05 +01:00
ToolDebugCard.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
ToolEraser.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
ToolMeteoritePlacer.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
ToolReplicatorCard.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00