Class WhiteNoise
java.lang.Object
net.minestom.server.instance.painter.WhiteNoise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Painter.PosPredicatenoise(double chance, long seed) Returns a predicate that returns true if the noise value at the given position is less than the given chance.
-
Constructor Details
-
WhiteNoise
public WhiteNoise()
-
-
Method Details
-
noise
Returns a predicate that returns true if the noise value at the given position is less than the given chance.
-