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.

@FunctionalInterface public static interface StructurePlacement.FrequencyReducer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldGenerate(long p_227099_, int p_227100_, int p_227101_, int p_227102_, float p_227103_)
     
  • Method Details

    • shouldGenerate

      boolean shouldGenerate(long p_227099_, int p_227100_, int p_227101_, int p_227102_, float p_227103_)