Warning

This designates the warning state for specific item.

When the server settings dictate 'default' warnings, warnings are printed if the value is true.

Types

Link copied to clipboard
public enum WarningState
This represents the states that server verbose for warnings may be.

Functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String reason()
This can provide detailed information on why the event is deprecated.
Link copied to clipboard
public abstract String toString()
Link copied to clipboard
public abstract boolean value()
This sets if the deprecation warnings when registering events gets printed when the setting is in the default state.