Applied-Energistics-2-tiler.../src/main/java/appeng/debug
thatsIch dbacb566bb Removes the unneeded information about the current class in all blocks
Every Block had a call to its super, passing its own class.
This can easily be simulated by calling `this.getClass()` in the super class.
Also this was basically only used as using a name.
In the future it might be advisable to not use such methods,
since they are prone to refactoring.
2015-05-08 19:03:03 +02:00
..
BlockChunkloader.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockCubeGenerator.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockItemGen.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockPhantomNode.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
TileChunkLoader.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
TileCubeGenerator.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
TileItemGen.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
TilePhantomNode.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
ToolDebugCard.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
ToolEraser.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
ToolMeteoritePlacer.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
ToolReplicatorCard.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00