From 73f9a698de95070575d3e4275d97e486b0cc1dfe Mon Sep 17 00:00:00 2001 From: ChristopheG <61288881+cricri211@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:51:55 +0200 Subject: [PATCH] Add force getter to ParticleBuilder (#6300) --- .../Expand-World.spawnParticle-API-and-add-Builder.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/patches/api/Expand-World.spawnParticle-API-and-add-Builder.patch b/patches/api/Expand-World.spawnParticle-API-and-add-Builder.patch index 06401e1c10..5c69d18469 100644 --- a/patches/api/Expand-World.spawnParticle-API-and-add-Builder.patch +++ b/patches/api/Expand-World.spawnParticle-API-and-add-Builder.patch @@ -430,6 +430,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } + + /** ++ * @return whether the particle is forcefully shown to players. ++ */ ++ public boolean force() { ++ return force; ++ } ++ ++ /** + * Sets whether the particle is forcefully shown to the player. If forced, the particle will show + * faraway, as far as the player's view distance allows. If false, the particle will show + * according to the client's particle settings.