Uses of Class
alexiil.mc.lib.attributes.DefaultedAttribute
Package | Description |
---|---|
alexiil.mc.lib.attributes |
-
Uses of DefaultedAttribute in alexiil.mc.lib.attributes
Subclasses of DefaultedAttribute in alexiil.mc.lib.attributes Modifier and Type Class Description class
CombinableAttribute<T>
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 DefaultedAttribute Modifier and Type Method Description DefaultedAttribute<T>
DefaultedAttribute. appendBlockAdder(CustomAttributeAdder<T> blockAdder)
DefaultedAttribute<T>
DefaultedAttribute. appendItemAdder(ItemAttributeAdder<T> itemAdder)
static <T> DefaultedAttribute<T>
Attributes. createDefaulted(java.lang.Class<T> clazz, T defaultValue)
static <T> DefaultedAttribute<T>
Attributes. createDefaulted(java.lang.Class<T> clazz, T defaultValue, CustomAttributeAdder<T> customAdder)
Methods in alexiil.mc.lib.attributes with parameters of type DefaultedAttribute Modifier and Type Method Description T
AbstractAttributeList. getFirst(DefaultedAttribute<T> defaulted)