Class ExprEntityAttribute

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.Entity,​Number>
ch.njol.skript.expressions.ExprEntityAttribute
All Implemented Interfaces:
Debuggable, Expression<Number>, SyntaxElement

@Name("Entity Attribute") @Description({"The numerical value of an entity\'s particular attribute.","Note that the movement speed attribute cannot be reliably used for players. For that purpose, use the speed expression instead.","Resetting an entity\'s attribute is only available in Minecraft 1.11 and above."}) @Examples({"on damage of player:","\tsend \"You are wounded!\"","\tset victim\'s attack speed attribute to 2"}) @Since("2.5, 2.6.1 (final attribute value)") public class ExprEntityAttribute extends PropertyExpression<org.bukkit.entity.Entity,​Number>
  • Constructor Details

    • ExprEntityAttribute

      public ExprEntityAttribute()
  • Method Details