diff options
author | SoSeDiK <[email protected]> | 2023-11-13 20:25:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-13 19:25:46 +0100 |
commit | ce7f0680956bb1c779ac4db9fe0fd1f00bb35bae (patch) | |
tree | 4be2ece0a129cd50f1f01fb6688ba489d1a65221 | |
parent | f186318a91cbd3b2a2259d39cb88576989a496b8 (diff) | |
download | Paper-ce7f0680956bb1c779ac4db9fe0fd1f00bb35bae.tar.gz Paper-ce7f0680956bb1c779ac4db9fe0fd1f00bb35bae.zip |
Correct typo in javadoc (#9944)
-rw-r--r-- | patches/api/0117-RangedEntity-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0117-RangedEntity-API.patch b/patches/api/0117-RangedEntity-API.patch index 06c2346c94..50af709e0a 100644 --- a/patches/api/0117-RangedEntity-API.patch +++ b/patches/api/0117-RangedEntity-API.patch @@ -8,7 +8,7 @@ and to perform an attack. diff --git a/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java new file mode 100644 -index 0000000000000000000000000000000000000000..b5eb4239763f8f919bc328d95c846d5ef1a9d24f +index 0000000000000000000000000000000000000000..a087a04c525ea14b197c65063b43ebf097ddc5c2 --- /dev/null +++ b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java @@ -0,0 +1,35 @@ @@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..b5eb4239763f8f919bc328d95c846d5e + * Sets that the Entity is "charging" up an attack, by raising its hands + * + * @param raiseHands Whether the entities hands are raised to charge attack -+ * @deprecated use {@link #isAggressive()} ++ * @deprecated use {@link #setAggressive(boolean)} + */ + @Deprecated + void setChargingAttack(boolean raiseHands); |