We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef134d6 commit af30336Copy full SHA for af30336
src/main/java/org/spongepowered/api/data/Keys.java
@@ -3684,7 +3684,8 @@ public final class Keys {
3684
public static final Key<Value<Ticks>> SHIELD_DEPLOY_TICKS = Keys.key(ResourceKey.sponge("shield_deploy_ticks"), Ticks.class);
3685
3686
/**
3687
- * Multiplier applied to the cooldown during which blocking using this shield-like {@link ItemStack} is disabled.
+ * 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.
3689
*
3690
* @see <a href="https://minecraft.wiki/w/Data_component_format#blocks_attacks">blocks_attacks</a>
3691
*/
0 commit comments