[ci skip] fix typo in AttributeInstance (#12843)
This commit is contained in:
parent
d9b5003fa1
commit
bda84069b4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public interface AttributeInstance {
|
||||||
/**
|
/**
|
||||||
* Gets the modifier with the corresponding key.
|
* Gets the modifier with the corresponding key.
|
||||||
*
|
*
|
||||||
* @param key the jey of the modifier
|
* @param key the key of the modifier
|
||||||
* @return the modifier, if it exists
|
* @return the modifier, if it exists
|
||||||
*/
|
*/
|
||||||
@org.jetbrains.annotations.Nullable AttributeModifier getModifier(@NotNull net.kyori.adventure.key.Key key);
|
@org.jetbrains.annotations.Nullable AttributeModifier getModifier(@NotNull net.kyori.adventure.key.Key key);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue