Generate methods for surrogate enums, nip stupidity in the bud

this also allows changing the internal implementation later without breaking plugins.
This commit is contained in:
Dylan K. Taylor
2019-02-20 11:09:22 +00:00
parent 88c4b836f0
commit 36e9db4c07
17 changed files with 135 additions and 43 deletions

View File

@@ -99,7 +99,7 @@ abstract class Biome{
self::register(self::SMALL_MOUNTAINS, new SmallMountainsBiome());
self::register(self::BIRCH_FOREST, new ForestBiome(TreeType::$BIRCH));
self::register(self::BIRCH_FOREST, new ForestBiome(TreeType::BIRCH()));
}
/**