ATTRIBUTE — Type Bindings

ATTRIBUTEorg.bukkit.attribute.Attribute
1.0.0

Description

Resolves an attribute name (e.g. max_health, attack_damage) into the correct Bukkit Attribute enum constant for the current server version. Handles the renames across versions automatically.

Examples

set entity max_health to 40
get entity attack_damage

Other Type Bindings