Class Attributes

java.lang.Object
net.minecraft.entity.ai.attributes.Attributes

public class Attributes extends Object
  • Field Details

    • MAX_HEALTH

      public static final Attribute MAX_HEALTH
    • FOLLOW_RANGE

      public static final Attribute FOLLOW_RANGE
    • KNOCKBACK_RESISTANCE

      public static final Attribute KNOCKBACK_RESISTANCE
    • MOVEMENT_SPEED

      public static final Attribute MOVEMENT_SPEED
    • FLYING_SPEED

      public static final Attribute FLYING_SPEED
    • ATTACK_DAMAGE

      public static final Attribute ATTACK_DAMAGE
    • ATTACK_KNOCKBACK

      public static final Attribute ATTACK_KNOCKBACK
    • ATTACK_SPEED

      public static final Attribute ATTACK_SPEED
    • ARMOR

      public static final Attribute ARMOR
    • ARMOR_TOUGHNESS

      public static final Attribute ARMOR_TOUGHNESS
    • LUCK

      public static final Attribute LUCK
    • SPAWN_REINFORCEMENTS_CHANCE

      public static final Attribute SPAWN_REINFORCEMENTS_CHANCE
    • JUMP_STRENGTH

      public static final Attribute JUMP_STRENGTH
  • Constructor Details

    • Attributes

      public Attributes()
  • Method Details