keplersj / BoatCraft

Rails had their turn, now out to the Minecraftian seas.
MIT License
6 stars 7 forks source link

Renamed the old Modifier class Block. #207

Closed keplersj closed 10 years ago

keplersj commented 10 years ago

The new Block class and the Material class now extend the new Modifier class. This will allow us to create Materials that have custom update code and custom interaction code.

Implements #205

keplersj commented 10 years ago

Just, doing some IntelliJ-assisted code optimization before I merge this branch with the api change in.