Interface StructurePlacement.GenerationPredicate

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.GenerationPredicate
Mappings:
Namespace Name
named net/minecraft/world/gen/chunk/placement/StructurePlacement$GenerationPredicate
intermediary net/minecraft/class_6874$class_7153
official eok$b
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    shouldGenerate(long seed, int salt, int chunkX, int chunkZ, float chance)
     
  • Method Details Link icon

    • shouldGenerate Link icon

      boolean shouldGenerate(long seed, int salt, int chunkX, int chunkZ, float chance)
      Mappings:
      Namespace Name Mixin selector
      named shouldGenerate Lnet/minecraft/world/gen/chunk/placement/StructurePlacement$GenerationPredicate;shouldGenerate(JIIIF)Z
      intermediary shouldGenerate Lnet/minecraft/class_6874$class_7153;shouldGenerate(JIIIF)Z
      official shouldGenerate Leok$b;shouldGenerate(JIIIF)Z