Applied-Energistics-2-tiler.../src/main/java/appeng/block/networking
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
..
BlockCableBus.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockController.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockCreativeEnergyCell.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockDenseEnergyCell.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockEnergyAcceptor.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockEnergyCell.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
BlockWireless.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00