particle Effect
@Contract(value = "_, _ -> new", pure = true )
@Contract(value = "_, _ -> new", pure = true )
Creates a new particle effect with the given type and the result of applying the given builder.
Return
a new particle effect
Parameters
B
the builder type
T
the particle type
type
the type
builder
the builder to apply