Delegate BlockLayersGenerationHook
- Namespace
- WorldgenLib
- Assembly
- WorldgenLib.VintageStory.dll
Terminal complete-pass hook for vanilla GenBlockLayers. Return true when the consumer handled the request and the vanilla pass should be skipped; return false to let the next hook or vanilla continue.
public delegate bool BlockLayersGenerationHook(IChunkColumnGenerateRequest request)
Parameters
requestIChunkColumnGenerateRequest- Terminal complete-pass hook for vanilla GenBlockLayers. Return true when the consumer handled the request and the vanilla pass should be skipped; return false to let the next hook or vanilla continue.
Returns
- bool
- Terminal complete-pass hook for vanilla GenBlockLayers. Return true when the consumer handled the request and the vanilla pass should be skipped; return false to let the next hook or vanilla continue.