public interface WorldInfo
Modifier and Type | Method and Description |
---|---|
World.Environment |
getEnvironment()
Gets the
World.Environment type of this world |
int |
getMaxHeight()
Gets the maximum height of this world.
|
int |
getMinHeight()
Gets the minimum height of this world.
|
String |
getName()
Gets the unique name of this world
|
long |
getSeed()
Gets the Seed for this world.
|
UUID |
getUID()
Gets the Unique ID of this world
|
@NotNull String getName()
@NotNull UUID getUID()
@NotNull World.Environment getEnvironment()
World.Environment
type of this worldlong getSeed()
int getMinHeight()
If the min height is 0, there are only blocks from y=0.
int getMaxHeight()
If the max height is 100, there are only blocks from y=0 to y=99.
Copyright © 2022. All rights reserved.