Uses of Class
alexiil.mc.lib.attributes.DefaultedAttribute
-
Uses of DefaultedAttribute 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
.Modifier 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) Modifier and TypeMethodDescriptionAbstractAttributeList.getFirst
(DefaultedAttribute<T> defaulted)