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 SummaryMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValueasDefaultedReference, findKey, key
- 
Method Details- 
valueTypeGets the type of the value.- Returns:
- The value type
 
 
-