AttributesAPI 1.1
What's new
(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)
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

