Uses of Interface
alexiil.mc.lib.attributes.AttributeCombiner
-
Uses of AttributeCombiner in alexiil.mc.lib.attributes
Modifier and TypeMethodDescriptionstatic <T> CombinableAttribute<T>
Attributes.createCombinable
(Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner) static <T> CombinableAttribute<T>
Attributes.createCombinable
(Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner, CustomAttributeAdder<T> customAdder) ModifierConstructorDescriptionprotected
CombinableAttribute
(Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner)