add IConfigEntry.apiValuePresent

This commit is contained in:
James Seibel
2025-09-27 20:58:15 -05:00
parent 25e909203d
commit 372fcedc7c
@@ -36,6 +36,7 @@ public interface IConfigEntry<T>
void setApiValue(T newApiValue);
T getApiValue();
boolean apiValuePresent();
/** Returns true if this config can be set via the API. */
boolean getAllowApiOverride();