File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
paper-api/src/main/java/io/papermc/paper/datacomponent Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11package io .papermc .paper .datacomponent ;
22
3+ import io .papermc .paper .datacomponent .item .AttackRange ;
34import io .papermc .paper .datacomponent .item .BannerPatternLayers ;
45import io .papermc .paper .datacomponent .item .BlockItemDataProperties ;
56import io .papermc .paper .datacomponent .item .BlocksAttacks ;
@@ -222,6 +223,7 @@ public final class DataComponentTypes {
222223 public static final DataComponentType .Valued <BlocksAttacks > BLOCKS_ATTACKS = valued ("blocks_attacks" );
223224 public static final DataComponentType .Valued <PiercingWeapon > PIERCING_WEAPON = valued ("piercing_weapon" );
224225 public static final DataComponentType .Valued <KineticWeapon > KINETIC_WEAPON = valued ("kinetic_weapon" );
226+ public static final DataComponentType .Valued <AttackRange > ATTACK_RANGE = valued ("attack_range" );
225227 public static final DataComponentType .Valued <SwingAnimation > SWING_ANIMATION = valued ("swing_animation" );
226228 /**
227229 * Stores list of enchantments and their levels for an Enchanted Book.
You can’t perform that action at this time.
0 commit comments