Skip to content

Commit af30336

Browse files
committed
Revise Keys.DISABLE_SHIELD_TICKS_SCALE Javadoc
1 parent ef134d6 commit af30336

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+2
-1
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3684,7 +3684,8 @@ public final class Keys {
36843684
public static final Key<Value<Ticks>> SHIELD_DEPLOY_TICKS = Keys.key(ResourceKey.sponge("shield_deploy_ticks"), Ticks.class);
36853685

36863686
/**
3687-
* Multiplier applied to the cooldown during which blocking using this shield-like {@link ItemStack} is disabled.
3687+
* The multiplier applied to the cooldown time during which blocking using this shield-like {@link ItemStack} is disabled.
3688+
* If set to 0, this item can never be disabled by attacks.
36883689
*
36893690
* @see <a href="https://minecraft.wiki/w/Data_component_format#blocks_attacks">blocks_attacks</a>
36903691
*/

0 commit comments

Comments
 (0)