AttributesAPI 1.1

Details

  • Filename
    AttributesAPI.jar
  • Uploaded by
  • Uploaded
    May 31, 2014
  • Size
    34.00 KB
  • Downloads
    2,150
  • MD5
    b881fb5f7a47472fbbc652b0865a71fc

Supported Bukkit Versions

  • CB 1.7.9-R0.1

Changelog

(API) Removed AttributeList, replaced with Attributes.

(API) You can apply Attributes now using

Attributes.apply(ItemStack is, Attribute a, boolean replace)

or

Attributes.apply(ItemStack is, Collection<? extends Attribute> a, boolean replace)

or

attribute.apply(ItemStack is, boolean replace)

(API) You can retrieve a List<Attribute> from an existing ItemStack using

Attributes.fromStack(ItemStack is)