From 95c2b764677e0c06402f1761c53e8c4c354b03e2 Mon Sep 17 00:00:00 2001 From: SoSeDiK Date: Mon, 13 Nov 2023 20:25:46 +0200 Subject: [PATCH] Correct typo in javadoc (#9944) --- patches/api/RangedEntity-API.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/RangedEntity-API.patch b/patches/api/RangedEntity-API.patch index bd8be7b42..d3596fe75 100644 --- a/patches/api/RangedEntity-API.patch +++ b/patches/api/RangedEntity-API.patch @@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * 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);