Mercerenies / a-turtles-troll

Random Minecraft shenanigans
GNU General Public License v3.0
4 stars 2 forks source link

Refactor FeatureContainer #149

Closed Mercerenies closed 6 months ago

Mercerenies commented 6 months ago

Refactor FeatureContainer into a true builder API rather than a bunch of random anonymous subclasses.

Mercerenies commented 6 months ago

e9678fb defines a builder API. We'll gradually transition all of our anonymous classes over to it (there's a few tricky cases where I made a composite feature or something as well, which may or may not get translated). But closing this ticket, as the API has been built.