public interface LayerConfig
The configuration of a layer in a FlatGeneratorConfig
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the BlockState of the layer.
    int
    Returns the height of the layer.
    of(int height, BlockState block)
     
  • Method Details Link icon

    • of Link icon

      static LayerConfig of(int height, BlockState block)
    • height Link icon

      int height()
      Returns the height of the layer.
      Returns:
      The height
    • block Link icon

      BlockState block()
      Returns the BlockState of the layer.
      Returns:
      the block state