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

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

    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

    • of

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

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

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