LevellableState

This provides information on if a mob is levellable or not, and if not, a reason is supplied. A mob is levellable if their LevellableState = ALLOW.

Author

lokka30

Since

2.4.0

Entries

Link copied to clipboard

The entity is ALLOWED to be levelled. Note to developers: there must only be one 'ALLOWED' constant.

Link copied to clipboard

the plugin force blocked an entity type, such as a PLAYER or ARMOR STAND which are not meant to be 'levelled mobs'.

Link copied to clipboard

settings.yml has been configured to block mobs of such entity type from being levelled

A rule has been configured to block MythicMobs mobs from being levelled.

A rule has been configured to block EliteMobs mobs from being levelled.

A rule has been configured to block Simple Pets from being levelled

A rule has been configured to block Elite Bosses from being levelled

A rule has been configured to block nametagged mobs from being levelled.

Link copied to clipboard

If no rules in the rule list applied to the mob then it will be denied

Link copied to clipboard

When a reason is not applicable, use this. Please contact a lead developer if you believe you must resort to using this.

Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.