mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
[ci skip] fix typo in AttributeInstance (#12843)
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user