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