Package org.galliumpowered.world
Interface World
public interface World
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the world difficultyGet the world dimension, example: OVERWORLD
-
Method Details
-
getDimension
World.Dimension getDimension()Get the world dimension, example: OVERWORLD- Returns:
- World dimension
-
getDifficulty
World.Difficulty getDifficulty()Get the world difficulty- Returns:
- World difficulty
-