EffectiveSpigot
Toggle table of contents
1.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectiveSpigot
EffectiveSpigot
/
ru.hukm.effectiveSpigot.minecraft.utils
/
EffectiveParticles
/
drawBox
draw
Box
fun
drawBox
(
players
:
Collection
<
Player
>
,
minX
:
Double
,
minY
:
Double
,
minZ
:
Double
,
maxX
:
Double
,
maxY
:
Double
,
maxZ
:
Double
,
dustOptions
:
Particle.DustOptions
,
step
:
Double
=
0.5
)
Draws the 12 edges of an axis-aligned box (min→max corners) as dust lines for
players
.