From b19e943dde5bf1f8f6b17f7744aa96275e4ba554 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Thu, 18 Jan 2024 13:28:48 +1100 Subject: [PATCH] Make an implNote for spawnParticle methods (#3764) --- mappings/net/minecraft/server/world/ServerWorld.mapping | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mappings/net/minecraft/server/world/ServerWorld.mapping b/mappings/net/minecraft/server/world/ServerWorld.mapping index e6e002915b..acd3cde76d 100644 --- a/mappings/net/minecraft/server/world/ServerWorld.mapping +++ b/mappings/net/minecraft/server/world/ServerWorld.mapping @@ -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