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 aParticleEffect
. It will define how a particle will behave and it's appearance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends V>
valueType()
Gets the type of the value.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-