api
a9eff54633
jvm
api
/
org.kryptonmc.api.world.dimension
/
DimensionType
/
Builder
/
height
height
@
Contract
(
value
=
"_ -> this"
,
mutates
=
"this"
)
abstract
fun
height
(
level
:
Int
)
:
DimensionType.Builder
Sets the maximum Y level (height) for the dimension type.
Return
this builder
Parameters
level
the level
See also
Dimension
Type.
height