Uses of Interface
alexiil.mc.lib.attributes.AttributeCombiner
Package | Description |
---|---|
alexiil.mc.lib.attributes |
-
Uses of AttributeCombiner in alexiil.mc.lib.attributes
Methods in alexiil.mc.lib.attributes with parameters of type AttributeCombiner Modifier and Type Method Description static <T> CombinableAttribute<T>
Attributes. createCombinable(java.lang.Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner)
static <T> CombinableAttribute<T>
Attributes. createCombinable(java.lang.Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner, CustomAttributeAdder<T> customAdder)
Constructors in alexiil.mc.lib.attributes with parameters of type AttributeCombiner Constructor Description CombinableAttribute(java.lang.Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner)