longDistance

@Contract(value = "_ -> this", mutates = "this")
abstract fun longDistance(longDistance: Boolean): B

Sets whether the particle effect can be viewed from a further distance than normal.

This value changes the maximum view distance, in blocks, that the effect can be viewed from the location where the effect was spawned to the following:

  • If true, 65536 blocks

  • If false, 256 blocks

Parameters

longDistance

whether the effect can be viewed from a further distance than normal