Skip to content

Commit

Permalink
Update IForgeAction.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb committed Jan 21, 2024
1 parent a7bfb14 commit 19f3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/minecraftforge/common/IForgeAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default ModelBiped.ArmPose getBipedArmPose(){

/**
* @param stack the stack is being used by player.
* @param eatingParticleCount count.<br>Use finish:16.<br>When the usage time does not exceed 25 hours, one quarter of every 4 is 4, and the rest is 0
* @param eatingParticleCount count.<br>Use finish:16.<br>When the usage time does not exceed 25 ticks, one tick of every 4 ticks is 4, and the rest is 0
*/
default void updateItemUse(ItemStack stack, int eatingParticleCount){}
}

0 comments on commit 19f3e02

Please sign in to comment.