Skip to content

Commit

Permalink
Add getGeneratorType for Dimension.
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodmc committed Aug 26, 2015
1 parent a074384 commit 8bd03c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/spongepowered/api/world/Dimension.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,11 @@ public interface Dimension extends Contextual {
* @return The build height
*/
int getBuildHeight();

/**
* Gets the generator type of dimension.
*
* @return The generator type of dimension.
*/
GeneratorType getGeneratorType();
}

0 comments on commit 8bd03c3

Please sign in to comment.