Interface ParticleConfig
public interface ParticleConfig
The configuration for ambient particles in a
Biome
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParticleConfig
of
(ParticleType type, float probability) float
Returns 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
-