Applied-Energistics-2-tiler.../src/main/java/appeng/core
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
..
api Puts everywhere brackets 2015-04-29 18:38:24 +02:00
crash Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
features Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00
localization Fixes #1277: Removed config option for MJ-P2P Tunnel 2015-04-23 23:45:32 +02:00
settings Fixes #1277: Removed config option for MJ-P2P Tunnel 2015-04-23 23:45:32 +02:00
stats Puts everywhere brackets 2015-04-29 18:38:24 +02:00
sync Puts everywhere brackets 2015-04-29 18:38:24 +02:00
AEConfig.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
AELog.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
Api.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
ApiDefinitions.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
AppEng.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
CommonHelper.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
CreativeTab.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
CreativeTabFacade.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
FacadeConfig.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
FeatureHandlerRegistry.java Changed to LinkedHashSet to maintain insertion order 2015-04-07 12:28:45 +02:00
FeatureRegistry.java Changed to LinkedHashSet to maintain insertion order 2015-04-07 12:28:45 +02:00
IMCHandler.java Improved exceptions 2015-04-21 17:43:24 +02:00
PlayerMappings.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
PlayerMappingsInitializer.java Basic reformat, hit once, hope never again 2015-04-03 15:07:13 +02:00
Registration.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00
WorldSettings.java Puts everywhere brackets 2015-04-29 18:38:24 +02:00