@@ -35,29 +35,29 @@ public final class AttributeTypes {
35
35
36
36
// SORTFIELDS:ON
37
37
38
- public static final Supplier <RangedAttributeType > ARMOR = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ARMOR" );
38
+ public static final Supplier <RangedAttributeType > GENERIC_ARMOR = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ARMOR" );
39
39
40
- public static final Supplier <RangedAttributeType > ARMOR_TOUGHNESS = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ARMOR_TOUGHNESS" );
40
+ public static final Supplier <RangedAttributeType > GENERIC_ARMOR_TOUGHNESS = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ARMOR_TOUGHNESS" );
41
41
42
- public static final Supplier <RangedAttributeType > ATTACK_DAMAGE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_DAMAGE" );
42
+ public static final Supplier <RangedAttributeType > GENERIC_ATTACK_DAMAGE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_DAMAGE" );
43
43
44
- public static final Supplier <RangedAttributeType > ATTACK_SPEED = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_SPEED" );
44
+ public static final Supplier <RangedAttributeType > GENERIC_ATTACK_SPEED = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_SPEED" );
45
45
46
- public static final Supplier <RangedAttributeType > ATTACK_KNOCKBACK = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_KNOCKBACK" );
46
+ public static final Supplier <RangedAttributeType > GENERIC_ATTACK_KNOCKBACK = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ATTACK_KNOCKBACK" );
47
47
48
- public static final Supplier <RangedAttributeType > FOLLOW_RANGE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.FOLLOW_RANGE" );
48
+ public static final Supplier <RangedAttributeType > GENERIC_FOLLOW_RANGE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.FOLLOW_RANGE" );
49
49
50
- public static final Supplier <RangedAttributeType > HORSE_JUMP_STRENGTH = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.HORSE_JUMP_STRENGTH " );
50
+ public static final Supplier <RangedAttributeType > GENERIC_KNOCKBACK_RESISTANCE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.KNOCKBACK_RESISTANCE " );
51
51
52
- public static final Supplier <RangedAttributeType > KNOCKBACK_RESISTANCE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.KNOCKBACK_RESISTANCE " );
52
+ public static final Supplier <RangedAttributeType > GENERIC_LUCK = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.LUCK " );
53
53
54
- public static final Supplier <RangedAttributeType > LUCK = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.LUCK " );
54
+ public static final Supplier <RangedAttributeType > GENERIC_MAX_HEALTH = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.MAX_HEALTH " );
55
55
56
- public static final Supplier <RangedAttributeType > MAX_HEALTH = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.MAX_HEALTH " );
56
+ public static final Supplier <RangedAttributeType > GENERIC_MOVEMENT_SPEED = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.MOVEMENT_SPEED " );
57
57
58
- public static final Supplier <RangedAttributeType > MOVEMENT_SPEED = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.MOVEMENT_SPEED " );
58
+ public static final Supplier <RangedAttributeType > HORSE_JUMP_STRENGTH = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "HORSE.JUMP_STRENGTH " );
59
59
60
- public static final Supplier <RangedAttributeType > ZOMBIE_SPAWN_REINFORCEMENTS_CHANCE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "GENERIC.ZOMBIE_SPAWN_REINFORCEMENTS " );
60
+ public static final Supplier <RangedAttributeType > ZOMBIE_SPAWN_REINFORCEMENTS_CHANCE = Sponge .getRegistry ().getCatalogRegistry ().provideSupplier (RangedAttributeType .class , "ZOMBIE.SPAWN_REINFORCEMENTS " );
61
61
62
62
// SORTFIELDS:OFF
63
63
0 commit comments