Class EntityAttributes

java.lang.Object
net.minecraft.entity.attribute.EntityAttributes

public class EntityAttributes
extends Object
  • Field Details

    • GENERIC_MAX_HEALTH

      public static final EntityAttribute GENERIC_MAX_HEALTH
    • GENERIC_FOLLOW_RANGE

      public static final EntityAttribute GENERIC_FOLLOW_RANGE
    • GENERIC_KNOCKBACK_RESISTANCE

      public static final EntityAttribute GENERIC_KNOCKBACK_RESISTANCE
    • GENERIC_MOVEMENT_SPEED

      public static final EntityAttribute GENERIC_MOVEMENT_SPEED
    • GENERIC_FLYING_SPEED

      public static final EntityAttribute GENERIC_FLYING_SPEED
    • GENERIC_ATTACK_DAMAGE

      public static final EntityAttribute GENERIC_ATTACK_DAMAGE
    • GENERIC_ATTACK_KNOCKBACK

      public static final EntityAttribute GENERIC_ATTACK_KNOCKBACK
    • GENERIC_ATTACK_SPEED

      public static final EntityAttribute GENERIC_ATTACK_SPEED
    • GENERIC_ARMOR

      public static final EntityAttribute GENERIC_ARMOR
    • GENERIC_ARMOR_TOUGHNESS

      public static final EntityAttribute GENERIC_ARMOR_TOUGHNESS
    • GENERIC_LUCK

      public static final EntityAttribute GENERIC_LUCK
    • ZOMBIE_SPAWN_REINFORCEMENTS

      public static final EntityAttribute ZOMBIE_SPAWN_REINFORCEMENTS
    • HORSE_JUMP_STRENGTH

      public static final EntityAttribute HORSE_JUMP_STRENGTH
  • Constructor Details

    • EntityAttributes

      public EntityAttributes()
  • Method Details