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

Method builder

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

Construct a firework effect. @return A utility object for building a firework effect

()

Source from the content-addressed store, hash-verified

48 * @return A utility object for building a firework effect
49 */
50 @NotNull
51 public static Builder builder() {
52 return new Builder();
53 }
54
55 /**
56 * This is a builder for FireworkEffects.

Callers 15

deserializeMethod · 0.95
getEffectMethod · 0.95
SimpleRegistryMethod · 0.45
DyeColorEnum · 0.45
BuilderClass · 0.45
withFadeMethod · 0.45
WarningStateEnum · 0.45
loadMapMethod · 0.45
makePluginNameListMethod · 0.45
getRegistrationsMethod · 0.45
getIncomingChannelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected