MCPcopy Create free account
hub / github.com/Teneted/Tenet / flicker

Method flicker

src/main/java/org/bukkit/FireworkEffect.java:100–104  ·  view source on GitHub ↗

Set whether the firework effect should flicker. @param flicker true if it should flicker, false if not @return This object, for chaining

(boolean flicker)

Source from the content-addressed store, hash-verified

98 * @return This object, for chaining
99 */
100 @NotNull
101 public Builder flicker(boolean flicker) {
102 this.flicker = flicker;
103 return this;
104 }
105
106 /**
107 * Add a trail to the firework effect.

Callers 2

deserializeMethod · 0.80
getEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected