Applied-Energistics-2-tiler.../src/main/java/appeng/block/spatial
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
..
BlockMatrixFrame.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockSpatialIOPort.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockSpatialPylon.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00