Uses of Class
alexiil.mc.lib.attributes.DefaultedAttribute
Packages that use DefaultedAttribute
-
Uses of DefaultedAttribute in alexiil.mc.lib.attributes
Subclasses of DefaultedAttribute 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
.Methods in alexiil.mc.lib.attributes that return DefaultedAttributeModifier and TypeMethodDescriptionDefaultedAttribute.appendBlockAdder(CustomAttributeAdder<T> blockAdder)
DefaultedAttribute.appendItemAdder(ItemAttributeAdder<T> itemAdder)
static <T> DefaultedAttribute<T>
Attributes.createDefaulted(Class<T> clazz, T defaultValue)
static <T> DefaultedAttribute<T>
Attributes.createDefaulted(Class<T> clazz, T defaultValue, CustomAttributeAdder<T> customAdder)
Methods in alexiil.mc.lib.attributes with parameters of type DefaultedAttributeModifier and TypeMethodDescriptionAbstractAttributeList.getFirst(DefaultedAttribute<T> defaulted)