Uses of Class
alexiil.mc.lib.attributes.Attribute
-
Uses of Attribute in alexiil.mc.lib.attributes
Modifier and TypeClassDescriptionclass
ADefaultedAttribute
that also provides a "get" method to combine every found attribute into a single one, using anAttributeCombiner
.class
Modifier and TypeMethodDescriptionAttribute.appendBlockAdder
(CustomAttributeAdder<T> blockAdder) Appends a singleCustomAttributeAdder
to the list of custom block adders.Attribute.appendItemAdder
(ItemAttributeAdder<T> itemAdder) Appends a singleItemAttributeAdder
to the list of custom item adders.static <T> Attribute<T>
static <T> Attribute<T>
Attributes.create
(Class<T> clazz, CustomAttributeAdder<T> customAdder) ModifierConstructorDescriptionAbstractAttributeList
(Attribute<T> attribute) ItemAttributeList
(Attribute<T> attribute) ItemAttributeList
(Attribute<T> attribute, Predicate<T> searchMatcher)