Skip to content

Commit

Permalink
Make an implNote for spawnParticle methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Jan 17, 2024
1 parent e003d74 commit 93abdaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mappings/net/minecraft/server/world/ServerWorld.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 93abdaf

Please sign in to comment.