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();
Content copied to clipboard
Since
3.2.0