Class Attributes


  • public class Attributes
    extends java.lang.Object
    • Field Detail

      • 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_TOUGHNESS

        public static final Attribute ARMOR_TOUGHNESS
      • SPAWN_REINFORCEMENTS_CHANCE

        public static final Attribute SPAWN_REINFORCEMENTS_CHANCE
      • JUMP_STRENGTH

        public static final Attribute JUMP_STRENGTH
    • Constructor Detail

      • Attributes

        public Attributes()
    • Method Detail

      • register

        private static Attribute register​(java.lang.String p_233831_0_,
                                          Attribute p_233831_1_)