lodestone

@Contract(value = "_, _ -> this", mutates = "this")
abstract fun lodestone(dimension: ResourceKey<World>, position: Vec3i): CompassMeta.Builder

Sets the dimension and position of the lodestone the compass is tracking to the given dimension and position.

Return

this builder

Parameters

dimension

the dimension the lodestone is in

position

the position the lodestone is at