Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eef2246

Browse files
committed
Update documentation changelog and arguments.md
1 parent 09e11d9 commit eef2246

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docssrc/src/arguments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ The type to cast each argument (declared in the `dev.jorel.commandapi.arguments`
145145
| [`ParticleArgument`](./argument_particle.md) | `dev.jorel.commandapi.wrappers.ParticleData` |
146146
| [`PlayerArgument`](./argument_entities.md#player-argument) | `org.bukkit.entity.Player` |
147147
| [`PotionEffectArgument`](./argument_potion.md) | `org.bukkit.potion.PotionEffectType` |
148+
| [`PotionEffectArgument.NamespacedKey`](./argument_potion.md) | `org.bukkit.NamespacedKey` |
148149
| [`RecipeArgument`](./argument_recipe.md) | The cast type changes depending on your Minecraft version:<br><ul><li>Version 1.14.4 and below:<br />`org.bukkit.inventory.Recipe`</li><br /><li>1.15 and above:<br />`org.bukkit.inventory.ComplexRecipe` </li></ul> |
149150
| [`RotationArgument`](./argument_rotation.md) | `dev.jorel.commandapi.wrappers.Rotation` |
150151
| [`ScoreboardSlotArgument`](./argument_scoreboards.md#scoreboard-slot-argument) | `dev.jorel.commandapi.wrappers.ScoreboardSlot` |

docssrc/src/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here's the list of changes to the documentation between each update. You can vie
4141

4242
- Adds [Velocity](./velocity_intro.md) page to outline how to setup the CommandAPI for Velocity
4343
- Updates [Potion effect arguments](./argument_potion.md) to include examples for the newly added `NamespacedKey` variant for the `PotionEffectArgument`
44+
- Updates [Arguments](./arguments.md) to list the newly added `PotionEffectArgument.NamespacedKey` argument
4445

4546
### Documentation changes 9.2.0 \\(\rightarrow\\) 9.3.0
4647

0 commit comments

Comments
 (0)