Skip to content

Commit

Permalink
camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
hjake123 committed Oct 12, 2024
1 parent 946607a commit 51a9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/server/enchantments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Now, we can implement some game logic that makes use of this component to alter
// `value` is an integer.
AtomicInteger atomicValue = new AtomicInteger(value);

EnchantmentHelper.runIterationOnItem(stack, (enchantmentHolder, enchant_level) -> {
EnchantmentHelper.runIterationOnItem(stack, (enchantmentHolder, enchantLevel) -> {
// Acquire the Increment instance from the enchantment holder (or null if this is a different enchantment)
Increment increment = enchantmentHolder.value().effects().get(INCREMENT.get());

Expand Down

0 comments on commit 51a9b76

Please sign in to comment.