Make an implNote for spawnParticle methods

This commit is contained in:
Shnupbups 2024-01-18 06:16:54 +11:00
parent e003d7446f
commit 93abdaf3a5
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,9 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
COMMENT
COMMENT @return whether the particle packet was sent
COMMENT
COMMENT @implNote If {@code count} is {@code 0}, a single particle will be spawned with its
COMMENT velocity being {@code deltaX},{@code deltaY},{@code deltaZ} multiplied by {@code speed}.
COMMENT
COMMENT @see #spawnParticles(ParticleEffect, double, double, double, int, double, double, double, double)
ARG 1 viewer
ARG 2 particle
@ -115,6 +118,9 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
COMMENT
COMMENT @return the number of players the particle packet was sent to
COMMENT
COMMENT @implNote If {@code count} is {@code 0}, a single particle will be spawned with its
COMMENT velocity being {@code deltaX},{@code deltaY},{@code deltaZ} multiplied by {@code speed}.
COMMENT
COMMENT @see #spawnParticles(ServerPlayerEntity, ParticleEffect, boolean, double, double, double, int, double, double, double, double)
ARG 1 particle
ARG 2 x