Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.config
/
CustomConfigInheritancePolicy
Custom
Config
Inheritance
Policy
@
FunctionalInterface
(
)
public
interface
CustomConfigInheritancePolicy
Opt-in policy for sparse YAML inheritance. MagmaCore deliberately knows nothing about consumer keys.
Members
Functions
excluding
Roots
Link copied to clipboard
public
static
CustomConfigInheritancePolicy
excludingRoots
(
Collection
<
String
>
excludedRoots
)
may
Inherit
Link copied to clipboard
public
abstract
boolean
mayInherit
(
String
path
)
parent
Key
Link copied to clipboard
public
String
parentKey
(
)