Uses of Interface
cn.sliew.milky.common.constant.Attribute
-
Packages that use Attribute Package Description cn.sliew.milky.common.constant -
-
Uses of Attribute in cn.sliew.milky.common.constant
Methods in cn.sliew.milky.common.constant that return Attribute Modifier and Type Method Description <T> Attribute<T>AttributeMap. attr(AttributeKey<T> key)Get theAttributefor the givenAttributeKey.<T> Attribute<T>DefaultAttributeMap. attr(AttributeKey<T> key)Methods in cn.sliew.milky.common.constant that return types with arguments of type Attribute Modifier and Type Method Description <T> Collection<Attribute<T>>AttributeMap. attrs()Get allAttribute.<T> Collection<Attribute<T>>DefaultAttributeMap. attrs()
-