MineMaarten / AdvancedMod

A repository that holds the Advanced Mod. This is a tutorial mod which progresses further than the basic modding tutorials out there. You can follow the series here: https://www.youtube.com/playlist?list=PL5oCR-MRH-12rXI0USklAz6rQagXr4nl5
GNU General Public License v3.0
23 stars 8 forks source link

Added missing super calls #6

Closed RandomGenius closed 9 years ago

MineMaarten commented 9 years ago

Those are completely optional, and don't have any effect. It could be seen as a code style thing, one I don't like to do this way ;). But yeah, Java automatically calls a super constructor without arguments if you don't specify a call to a super constructor :)