Uses of Interface
alexiil.mc.lib.attributes.AttributeCombiner
Packages that use AttributeCombiner
-
Uses of AttributeCombiner in alexiil.mc.lib.attributes
Methods in alexiil.mc.lib.attributes with parameters of type AttributeCombinerModifier 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) Constructors in alexiil.mc.lib.attributes with parameters of type AttributeCombinerModifierConstructorDescriptionprotected
CombinableAttribute
(Class<T> clazz, T defaultValue, AttributeCombiner<T> combiner)