Interface ParticleConfig
public interface ParticleConfig
The configuration for ambient particles in a
Biome.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticleConfigof(ParticleType type, float probability) floatReturns the probabilitytype()Returns the particle type.
-
Method Details
-
of
-
probability
float probability()Returns the probability- Returns:
- The probability
-
type
ParticleType type()Returns the particle type.- Returns:
- The particle type
-