Interface IDhApiLevelWrapper
- All Superinterfaces:
IDhApiUnsafeWrapper
Can be either a Server or Client level.
A level is equivalent to a dimension in vanilla Minecraft.
A level is equivalent to a dimension in vanilla Minecraft.
- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the max block height of the level(?)default intReturns the lowest possible block position for the level.booleanbooleanMethods inherited from interface com.seibel.distanthorizons.api.interfaces.IDhApiUnsafeWrapper
getWrappedMcObject
-
Method Details
-
getDimensionType
IDhApiDimensionTypeWrapper getDimensionType() -
getLevelType
EDhApiLevelType getLevelType() -
hasCeiling
boolean hasCeiling() -
hasSkyLight
boolean hasSkyLight() -
getHeight
int getHeight()Returns the max block height of the level(?) -
getMinHeight
default int getMinHeight()Returns the lowest possible block position for the level.
For MC versions before 1.18 this will return 0.
-