api
a9eff54633
jvm
api
/
org.kryptonmc.api.world.dimension
/
DimensionType
/
Builder
/
coordinateScale
coordinate
Scale
@
Contract
(
value
=
"_ -> this"
,
mutates
=
"this"
)
abstract
fun
coordinateScale
(
scale
:
Double
)
:
DimensionType.Builder
Sets the coordinate scale for the dimension type.
Return
this builder
Parameters
scale
the scale
See also
Dimension
Type.
coordinate
Scale