yarn
yarn copied to clipboard
`delta`/`tickDelta`/`partialTicks` inconsistency
There are three names for the same thing in yarn.
The partialTicks
name is only used in the parameter for the ItemCooldownManager#getCooldownProgress
method, so it seems fine to fix. The delta
name may be harder to fix because it is used for other valid reasons throughout the codebase.