Interface ParticleOption<V>
- Type Parameters:
V
- The type of the option value
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(ParticleOptions.class)
public interface ParticleOption<V>
extends DefaultedRegistryValue
Represents a option that may be used on a
ParticleEffect
. It
will define how a particle will behave and it's appearance.-
Method Summary
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
valueType
Gets the type of the value.- Returns:
- The value type
-