Uses of Enum Class
org.bukkit.attribute.Attribute.Sentiment
Packages that use Attribute.Sentiment
-
Uses of Attribute.Sentiment in org.bukkit.attribute
Subclasses with type arguments of type Attribute.Sentiment in org.bukkit.attributeModifier and TypeClassDescriptionstatic enumAn attribute sentiment describes the intent behind the attribute, meaning whether it is supposed to be a positive, neutral, or negative attribute.Methods in org.bukkit.attribute that return Attribute.SentimentModifier and TypeMethodDescriptionAttribute.getSentiment()Returns the sentiment of this attribute.static Attribute.SentimentReturns the enum constant of this class with the specified name.static Attribute.Sentiment[]Attribute.Sentiment.values()Returns an array containing the constants of this enum class, in the order they are declared.