diff --git a/patches/api/RangedEntity-API.patch b/patches/api/RangedEntity-API.patch index bd8be7b42f..d3596fe758 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);