@CatalogedBy(Carvers.class) public interface Carver
A carver used in world generation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the serialized carver configuration.
    Returns the carver type
  • Method Details

    • type

      CarverType type()
      Returns the carver type
      Returns:
      The carver type
    • toContainer

      DataView toContainer()
      Returns the serialized carver configuration.

      Reconfigure a carver using CarverType.configure(DataView)

      Returns:
      The serialized carver configuration