Uses of Class
alexiil.mc.lib.attributes.Attribute
Packages that use Attribute
-
Uses of Attribute in alexiil.mc.lib.attributes
Subclasses of Attribute in alexiil.mc.lib.attributesModifier and TypeClassDescriptionclass
ADefaultedAttribute
that also provides a "get" method to combine every found attribute into a single one, using anAttributeCombiner
.class
Fields in alexiil.mc.lib.attributes declared as AttributeMethods in alexiil.mc.lib.attributes that return AttributeModifier 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) Constructors in alexiil.mc.lib.attributes with parameters of type AttributeModifierConstructorDescriptionAbstractAttributeList
(Attribute<T> attribute) ItemAttributeList
(Attribute<T> attribute) ItemAttributeList
(Attribute<T> attribute, Predicate<T> searchMatcher)