Uses of Enum
com.mrivanplays.ivancord.api.attributes.AttributeKey
Packages that use AttributeKey
-
Uses of AttributeKey in com.mrivanplays.ivancord.api.attributes
Methods in com.mrivanplays.ivancord.api.attributes that return AttributeKeyModifier and TypeMethodDescriptionstatic AttributeKey
Attribute.getKey()
static AttributeKey
Returns the enum constant of this type with the specified name.static AttributeKey[]
AttributeKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mrivanplays.ivancord.api.attributes with parameters of type AttributeKey -
Uses of AttributeKey in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection with parameters of type AttributeKeyModifier and TypeMethodDescriptionvoid
ProxiedPlayer.modifyAttribute
(AttributeKey key, double value)