Package com.nexomc.nexo.utils.wrappers
Class AttributeWrappers
-
- All Implemented Interfaces:
public final class AttributeWrappers
-
-
Field Summary
Fields Modifier and Type Field Description private final List<AttributeWrapper>wrappers
-
Constructor Summary
Constructors Constructor Description AttributeWrappers(List<AttributeWrapper> wrappers)
-
Method Summary
Modifier and Type Method Description final List<AttributeWrapper>getWrappers()final <Error class: unknown class>isNotEmpty()final ItemAttributeModifiersbuild()final Multimap<Attribute, AttributeModifier>buildLegacy()-
-
Constructor Detail
-
AttributeWrappers
AttributeWrappers(List<AttributeWrapper> wrappers)
-
-
Method Detail
-
getWrappers
final List<AttributeWrapper> getWrappers()
-
isNotEmpty
final <Error class: unknown class> isNotEmpty()
-
build
final ItemAttributeModifiers build()
-
buildLegacy
final Multimap<Attribute, AttributeModifier> buildLegacy()
-
-
-
-