fixedTime

@Contract(value = "_ -> this", mutates = "this")
abstract fun fixedTime(time: Long): DimensionType.Builder

Sets the fixed time for the dimension type.

Return

this builder

Parameters

time

the time

See also