all constant

List<AttributeType> const all

A List of all AttributeTypes

Implementation

static const List<AttributeType> all = [
  armor,
  armor_toughness,
  attack_damage,
  attack_knockback,
  attack_speed,
  flying_speed,
  follow_range,
  knockback_resistance,
  luck,
  max_health,
  movement_speed,
  horse_jump_strength,
  zombie_spawn_reinforcements,
];