Interface Structure.StructureNaturalSpawner

Enclosing interface:
Structure

public static interface Structure.StructureNaturalSpawner
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the full structure or only the structure piece is affected.
    Returns the list of natural spawners to use.
  • Method Details

    • full

      boolean full()
      Returns whether the full structure or only the structure piece is affected.
      Returns:
      Whether the full structure is affected
    • spawners

      List<NaturalSpawner> spawners()
      Returns the list of natural spawners to use.
      Returns:
      The list of spawners to use