Cleaned up and tweaked DungeonHelper
Cleaned up the indentation and empty lines in DungeonHelper. Set metadataFlipList and metadataNextList to have generic type Integer, since they're used to store block IDs. Whenever possible, we should always be using parameterized collections instead of leaving their types unspecified. I'd like to fix up the schematic HashMap in the future - unless it's necessary, we shouldn't be storing values of various types in that collection. Strongly typed variables or a class with the appropriate fields would be much cleaner.
This commit is contained in:
parent
4e8b8deab7
commit
172e3e3af1
1 changed files with 374 additions and 483 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue