AdityaGupta1 / eloncraft

electric man
MIT License
2 stars 1 forks source link

add a recipes superclass that submits itself for registration in Main #34

Closed AdityaGupta1 closed 5 years ago

AdityaGupta1 commented 5 years ago

super to AlloyFurnaceRecipes, MetalRollerRecipes, etc.

AdityaGupta1 commented 5 years ago

not really useful as all the subclasses would still have to be initialized

AdityaGupta1 commented 5 years ago

can add subclasses to a list in the superclass constructor

AdityaGupta1 commented 5 years ago

would still have to make a new instance of each subclass so it calls the superclass constructor