21 MCAPI static ::AttributeInstance*
22 _legacyGetInstance(
::BaseAttributeMap& attributes, ::std::string
const& attributeName);
24 MCAPI static ::std::string
const& _legacyGetName(::std::string
const& attributeName);
29 MCAPI static ::std::unique_ptr<::CompoundTag> _saveAttribute(
::AttributeInstance const& instance);
31 MCAPI static ::std::unique_ptr<::CompoundTag> _saveAttributeModifier(
::AttributeModifier const& modifier);
33 MCAPI
static bool checkIsDeprecated(::std::string& name);
35 MCAPI static ::TemporalAttributeBuff loadAttributeBuff(
::CompoundTag const& tag);
37 MCAPI static ::std::shared_ptr<::AttributeModifier> loadAttributeModifier(
::CompoundTag const& tag);
45 MCAPI static ::Attribute
const& ABSORPTION();
47 MCAPI static ::Attribute
const& ATTACK_DAMAGE();
49 MCAPI static ::Attribute
const& FOLLOW_RANGE();
51 MCAPI static ::Attribute
const& HEALTH();
53 MCAPI static ::Attribute
const& JUMP_STRENGTH();
55 MCAPI static ::Attribute
const& KNOCKBACK_RESISTANCE();
57 MCAPI static ::Attribute
const& LAVA_MOVEMENT_SPEED();
59 MCAPI static ::Attribute
const& LUCK();
61 MCAPI static ::Attribute
const& MOVEMENT_SPEED();
63 MCAPI static ::Attribute
const& UNDERWATER_MOVEMENT_SPEED();
Definition AttributeModificationContext.h:10