typesforbukkit
Version:
Types For Bukkit
15 lines (12 loc) • 636 B
text/typescript
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/Warning
namespace org.bukkit {
/** @description This represents the states that server verbose for warnings may be */
export enum Warning_$_WarningState {
/** @description Indicates each warning would default to the configured <a href="Warninghtml" title="annotation in orgbukkit"><code>Warning</code></a> annotation, or always if annotation not found */
DEFAULT,
/** @description Indicates no warnings should be printed for deprecated items */
OFF,
/** @description Indicates all warnings should be printed for deprecated items */
ON
}
}