Skip to content

Commit

Permalink
Add Javadocs to Worldadd(Important)ParticlesClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Nov 17, 2024
1 parent 4ec564c commit f8de773
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mappings/net/minecraft/world/World.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 2 old
ARG 3 updated
METHOD method_17452 addImportantParticleClient (Lnet/minecraft/class_2394;ZDDDDDD)V
COMMENT Adds an important particle to the client's world renderer. Important particles get added even if the Particles graphics option is set to Minimal
COMMENT Does nothing on the server.
COMMENT
COMMENT @see ServerWorld#spawnParticles
ARG 1 parameters
ARG 2 force
ARG 3 x
Expand Down Expand Up @@ -354,6 +358,10 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 11 pitch
ARG 12 seed
METHOD method_8466 addParticleClient (Lnet/minecraft/class_2394;ZZDDDDDD)V
COMMENT Adds a particle to the client's world renderer.
COMMENT Does nothing on the server.
COMMENT
COMMENT @see ServerWorld#spawnParticles
ARG 1 parameters
ARG 2 force
ARG 3 canSpawnOnMinimal
Expand Down Expand Up @@ -397,6 +405,10 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 2 sourceBlock
ARG 3 orientation
METHOD method_8494 addImportantParticleClient (Lnet/minecraft/class_2394;DDDDDD)V
COMMENT Adds an important particle to the client's world renderer. Important particles get added even if the Particles graphics option is set to Minimal
COMMENT Does nothing on the server.
COMMENT
COMMENT @see ServerWorld#spawnParticles
ARG 1 parameters
ARG 2 x
ARG 4 y
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/world/WorldAccess.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ CLASS net/minecraft/class_1936 net/minecraft/world/WorldAccess
METHOD method_8404 getLocalDifficulty (Lnet/minecraft/class_2338;)Lnet/minecraft/class_1266;
ARG 1 pos
METHOD method_8406 addParticleClient (Lnet/minecraft/class_2394;DDDDDD)V
COMMENT Adds a particle to the client's world renderer.
COMMENT Does nothing on the server.
COMMENT
COMMENT @see ServerWorld#spawnParticles
ARG 1 parameters
ARG 2 x
ARG 4 y
Expand Down

0 comments on commit f8de773

Please sign in to comment.