Interface Carver
A carver used in world generation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the serialized carver configuration.type()
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
-