Interface StructurePlacement.FrequencyReducer
- Enclosing class:
StructurePlacement
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldGenerate(long seed, int salt, int sourceX, int sourceZ, float probability)
-
Method Details
-
shouldGenerate
boolean shouldGenerate(long seed, int salt, int sourceX, int sourceZ, float probability)
-