Applied-Energistics-2-tiler.../src/main/java/appeng/fmp
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
..
CableBusPart.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
FMPEvent.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
FMPPlacementHelper.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
PartRegistry.java Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
QuartzTorchPart.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00