Package-level declarations

Contains immutable configuration views exposed by BetterModel.

Configuration records in this package describe debug, indicator, module, and resource-pack settings after they have been loaded by the implementation. They are data contracts for consumers and should not perform file I/O.

Example:


PackConfig pack = BetterModel.config().pack();
var namespace = pack.namespace();

Since

3.2.0

Types

Link copied to clipboard
Debug config
Link copied to clipboard
Indicator config
Link copied to clipboard
Module config
Link copied to clipboard
Pack config